Skip to content

Commit

Permalink
chore: Update node version for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk authored Mar 15, 2021
1 parent dc4a541 commit d2c3d60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js 12.x
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14
- name: Install
run: npm install
- name: Test
Expand Down

0 comments on commit d2c3d60

Please sign in to comment.