Skip to content

Commit

Permalink
fix: update CI node version from 16 to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Dec 22, 2023
1 parent 28caf85 commit b9d3e21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b9d3e21

Please sign in to comment.