Skip to content

Commit

Permalink
ci: fix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
luckfunc committed Aug 11, 2024
1 parent acdda26 commit cd7a026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: install Node.js
uses: actions/[email protected]
with:
node-version: '16.X'
node-version: '18.X'

- name: Setup pnpm
# You may pin to the exact commit or the version.
Expand Down

0 comments on commit cd7a026

Please sign in to comment.