Skip to content

Commit

Permalink
chore(deps): update node version on github workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Smith <drsmith.phys@gmail.com>
  • Loading branch information
clok committed Dec 17, 2021
1 parent 87e6947 commit 2ec952d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.x

- name: npm install & test
run: |
Expand Down

0 comments on commit 2ec952d

Please sign in to comment.