Skip to content

Commit

Permalink
Bump node version to 17 in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wraitii committed Nov 12, 2021
1 parent 7dabea0 commit 18e935f
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 @@ -35,7 +35,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '17'
cache: 'npm'

- run: npm ci --include=dev
Expand Down

0 comments on commit 18e935f

Please sign in to comment.