Skip to content

Commit

Permalink
Use Node 16 to perform build. Include Node 17.x in unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Feb 6, 2022
1 parent 3a459bb commit 45b17a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 16.x

- name: Install production dependencies, check node engine compatiblity
run: yarn install --production=true
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 16.x]
node-version: [10.x, 12.x, 14.x, 16.x, 17.x]

steps:

Expand Down

0 comments on commit 45b17a1

Please sign in to comment.