Skip to content

Commit

Permalink
use node 21 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj authored Dec 8, 2023
1 parent 147fd8a commit 98d6bb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Use Node.js latest
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 21.x
- name: Install node dependencies
run: |
npm i -g pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Use Node.js latest
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 21.x
- name: Install node dependencies
run: |
npm i -g pnpm
Expand Down

0 comments on commit 98d6bb1

Please sign in to comment.