From 40df51db0f394ab253c9cff3ed07566099b7d0e4 Mon Sep 17 00:00:00 2001 From: steven Date: Mon, 3 Apr 2023 08:18:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20CI=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/e2e_ios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e_ios.yml b/.github/workflows/e2e_ios.yml index 1cbd532..04b866a 100644 --- a/.github/workflows/e2e_ios.yml +++ b/.github/workflows/e2e_ios.yml @@ -35,7 +35,7 @@ jobs: # Set up tool versions - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 16 - name: Configure JDK 1.11 uses: actions/setup-java@v3