Skip to content

Commit

Permalink
Update ci tests to use node v14 & v16
Browse files Browse the repository at this point in the history
  • Loading branch information
robwa10 committed Jan 17, 2023
1 parent f9ad3b3 commit 7b05a5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [12.x, 14.x]
node-version: [14.x, 16.x]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- ubuntu-latest
# TODO: Fix tests on Windows
# - windows-latest
node-version: [12.x, 14.x]
node-version: [14.x, 16.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -90,7 +90,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [12.x, 14.x]
node-version: [14.x, 16.x]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
- ubuntu-latest
# TODO: Fix tests on Windows
# - windows-latest
node-version: [12.x, 14.x]
node-version: [14.x, 16.x]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 7b05a5e

Please sign in to comment.