Skip to content

Commit

Permalink
add node 17 stable to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Dec 27, 2021
1 parent deaaec3 commit 56c5cb2
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
matrix:
os: [ubuntu, windows]
# Don't forget to add all new flavors to this list!
flavor: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]
flavor: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]
include:
# Node 12.15
# TODO Add comments about why we test 12.15; I think git blame says it's because of an ESM behavioral change that happened at 12.16
Expand Down Expand Up @@ -119,8 +119,15 @@ jobs:
typescript: next
typescriptFlag: next
downgradeNpm: true
# Node nightly
# Node 17
- flavor: 12
node: 17
nodeFlag: 17
typescript: latest
typescriptFlag: latest
downgradeNpm: true
# Node nightly
- flavor: 13
node: nightly
nodeFlag: nightly
typescript: latest
Expand Down

0 comments on commit 56c5cb2

Please sign in to comment.