Skip to content

Commit

Permalink
update nightly CI to test under node 16 and 18
Browse files Browse the repository at this point in the history
  • Loading branch information
scholarsmate committed Sep 25, 2023
1 parent 2ea8aea commit 4fee884
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
name: 'Build, Test, and Package (OS: ${{ matrix.os }}, Node: ${{ matrix.node }}, VS Code: ${{ matrix.vscode }} )'
strategy:
matrix:
os: [ macos-11, ubuntu-20.04, windows-2019 ]
node: [ '14', '16' ]
os: [ macos-11, ubuntu-20.04, windows-2019, macos-latest, ubuntu-latest, windows-latest ]
node: [ '16', '18' ]
vscode: [ 'stable', 'insiders' ]
fail-fast: false # don't immediately fail all other jobs if a single job fails
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 4fee884

Please sign in to comment.