From b9d3e2184c69e315658c5a2d44a0f96ca08203bf Mon Sep 17 00:00:00 2001 From: Yang Luo Date: Fri, 22 Dec 2023 09:28:45 +0800 Subject: [PATCH] fix: update CI node version from 16 to 18 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6fa919303716..c7d7b9261f41 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 cache: 'yarn' cache-dependency-path: ./web/yarn.lock - run: yarn install && CI=false yarn run build @@ -101,7 +101,7 @@ jobs: working-directory: ./ - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 cache: 'yarn' cache-dependency-path: ./web/yarn.lock - run: yarn install @@ -137,7 +137,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - name: Fetch Previous version id: get-previous-tag