ci(node): test against node 20

This commit is contained in:
link2xt
2024-04-22 21:46:01 +00:00
parent 34f4ec02f6
commit e290a7b852

View File

@@ -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