Skip to content

Commit

Permalink
fix: upgrade ci node to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd committed Jan 18, 2024
1 parent 7d7a3f3 commit 4257b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run_install: true
- uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 21.x
cache: pnpm
- run: pnpm install
- run: pnpm tsc
Expand Down

0 comments on commit 4257b0d

Please sign in to comment.