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 cd7a026 commit e66d2ef
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 @@ -31,7 +31,7 @@ jobs:
uses: pnpm/action-setup@v2.4.0
with:
# Version of pnpm to install
version: '7.X'
version: '8.X'

- name: install deps
run: pnpm i
Expand Down

0 comments on commit e66d2ef

Please sign in to comment.