From 76035ad6dae727b78eb30d81696978da0664c0c8 Mon Sep 17 00:00:00 2001 From: Alex Vernacchia Date: Thu, 16 May 2024 15:15:46 +0100 Subject: [PATCH] run tests with node.js v22.x --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e15e882..c6634c4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: test: strategy: matrix: - node-version: [18.x, 20.x] + node-version: [18.x, 20.x, 22.x] os: [ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} steps: