From e290a7b8524a529ce86312806a53d08f7a7c0c52 Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 22 Apr 2024 21:46:01 +0000 Subject: [PATCH] ci(node): test against node 20 --- .github/workflows/node-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/node-tests.yml b/.github/workflows/node-tests.yml index 84bb15eeb..8c55a2fee 100644 --- a/.github/workflows/node-tests.yml +++ b/.github/workflows/node-tests.yml @@ -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