Skip to content

Commit

Permalink
test: up node version in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mbalabash committed Feb 25, 2024
1 parent 5a783db commit 72ce256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: [18, 20]
node: [20, 21]
os: [macos-latest, ubuntu-latest, windows-latest]
name: OS ${{ matrix.os }} Node.js ${{ matrix.node }}
steps:
Expand Down

0 comments on commit 72ce256

Please sign in to comment.