Skip to content

Commit

Permalink
upgrade node
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj committed May 4, 2024
1 parent afbd3e9 commit 3edf722
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: 21.x
node-version: 22.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 @@ -44,7 +44,7 @@ jobs:
- name: Use Node.js latest
uses: actions/setup-node@v3
with:
node-version: 21.x
node-version: 22.x
- name: Install node dependencies
run: |
npm i -g pnpm
Expand Down

0 comments on commit 3edf722

Please sign in to comment.