Skip to content

Commit

Permalink
ci: upgrade node version
Browse files Browse the repository at this point in the history
  • Loading branch information
miles-grant-ibigroup committed May 31, 2022
1 parent 6650659 commit 35d3f40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
- uses: actions/checkout@v2
with:
persist-credentials: false
- name: Use Node.js 14.x
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 16.x
- name: Install npm packages using cache
uses: bahmutov/npm-install@v1
- name: Lint code
Expand Down

0 comments on commit 35d3f40

Please sign in to comment.