Skip to content

Commit

Permalink
Use modern node versions in CI (#9323)
Browse files Browse the repository at this point in the history
Co-authored-by: mattcompiles <[email protected]>
  • Loading branch information
mischnic and mattcompiles authored Oct 23, 2023
1 parent 5b2f1b7 commit 295958f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
name: Unit tests (${{matrix.os}}, Node ${{matrix.node}})
strategy:
matrix:
node: [14, 16]
node: [18, 20]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{matrix.os}}
steps:
Expand All @@ -75,7 +75,7 @@ jobs:
name: Integration tests (${{matrix.os}}, Node ${{matrix.node}})
strategy:
matrix:
node: [14, 16]
node: [18, 20]
os: [ubuntu-latest, macos-latest, windows-latest]
# These tend to be quite flakey, so one failed instance shouldn't stop
# others from potentially succeeding
Expand Down

0 comments on commit 295958f

Please sign in to comment.