From 1401fde835114a4d1fc14b0ccfd9b00330312e28 Mon Sep 17 00:00:00 2001 From: Mozi <29089388+pzhlkj6612@users.noreply.github.com> Date: Sun, 28 Jan 2024 14:38:37 +0800 Subject: [PATCH] Update node.js version to 20 Per https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ --- .github/workflows/test-android.yml | 2 +- .github/workflows/test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-android.yml b/.github/workflows/test-android.yml index 939c8021..3b353edd 100644 --- a/.github/workflows/test-android.yml +++ b/.github/workflows/test-android.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: npm cache-dependency-path: action/ diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3608e790..2e65c95c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: npm cache-dependency-path: action/ @@ -93,7 +93,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: npm cache-dependency-path: action/