Skip to content

Commit

Permalink
ci(node): test against node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Apr 22, 2024
1 parent 34f4ec0 commit e290a7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: ["18", "20"]
steps:
- uses: actions/checkout@v4
with:
show-progress: false
- uses: actions/setup-node@v4
with:
node-version: "18"
node-version: ${{ matrix.node }}
- name: System info
run: |
rustc -vV
Expand Down

0 comments on commit e290a7b

Please sign in to comment.