Skip to content

Commit

Permalink
chore(ci): upgrade node to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
jakehamilton committed Apr 6, 2022
1 parent 58814ed commit d57c477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Configure Node
uses: actions/setup-node@v1
with:
node-version: "12.x"
node-version: "17.x"
- name: Configure NPM
run: |
npm i -g npm@7
Expand Down

0 comments on commit d57c477

Please sign in to comment.