Skip to content

Commit

Permalink
ci: 更新CI中的node版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
zyprepare committed Nov 16, 2023
1 parent b587be1 commit b091830
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
with:
fetch-depth: 2

- name: Setup Node.js 14.17.x
- name: Setup Node.js 14.21.x
uses: actions/setup-node@v2
with:
node-version: 14.17.x
node-version: 14.21.x
cache: 'yarn'

- name: Setup npmrc
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
with:
fetch-depth: 2

- name: Setup Node.js 14.17.x
- name: Setup Node.js 14.21.x
uses: actions/setup-node@v2
with:
node-version: 14.17.x
node-version: 14.21.x
cache: 'yarn'

- name: Install dependencies
Expand Down

0 comments on commit b091830

Please sign in to comment.