From 66704504396247420384930e3e938f3601b42a47 Mon Sep 17 00:00:00 2001 From: Gucheng Wang Date: Sun, 18 Sep 2022 15:52:12 +0800 Subject: [PATCH] Update CI node-version to 16 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 030fb2c9d9cf..ff809e416566 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '14.17.0' + node-version: 16 # cache - uses: c-hive/gha-yarn-cache@v2 with: @@ -89,7 +89,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v2 with: - node-version: 12 + node-version: 16 - name: Fetch Previous version id: get-previous-tag