Skip to content

Commit

Permalink
chore(git): update node version in deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Nov 2, 2023
1 parent 45bdc4f commit b6a30f9
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 @@ -13,7 +13,7 @@ jobs:
version: '7.x'
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '20'
registry-url: 'https://registry.npmjs.org/'
cache: 'pnpm'
- run: pnpm install
Expand Down

0 comments on commit b6a30f9

Please sign in to comment.