Skip to content

Commit

Permalink
ci: drop nodejs 16, add 22 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Jun 19, 2024
1 parent 18c138d commit d4b2668
Show file tree
Hide file tree
Showing 3 changed files with 262 additions and 79 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-22.04 ]
node-version: [ 16, 20 ]
node-version: [ 18, 22 ]

runs-on: ${{ matrix.os }}
steps:
Expand Down
Loading

0 comments on commit d4b2668

Please sign in to comment.