Skip to content

Commit

Permalink
use node lst 20
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjia404 committed Apr 24, 2024
1 parent e319d98 commit d7150d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'npm'

- run: yarn install --network-timeout 100000
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'npm'

- run: yarn install --network-timeout 100000
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'npm'

- run: yarn install --network-timeout 100000
Expand Down

0 comments on commit d7150d8

Please sign in to comment.