From 11a0fb6fdc0c23237d78aa36f772d6ae2f724a83 Mon Sep 17 00:00:00 2001 From: Sebastian Pekarek Date: Sun, 24 Sep 2023 18:23:57 +0200 Subject: [PATCH] ci: Run tests with node.js v18, v20 and v21 --- .github/workflows/test-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-release.yml b/.github/workflows/test-release.yml index 4a239c4..4c6511f 100644 --- a/.github/workflows/test-release.yml +++ b/.github/workflows/test-release.yml @@ -15,7 +15,7 @@ jobs: if: github.repository != 'sebbo2002/js-template' && (contains(toJson(github.event.commits.*.message), '[skip ci]') == false || github.ref == 'refs/heads/main') strategy: matrix: - node: [16.x, 18.x, 20.x] + node: [18.x, 20.x, 21.x] steps: - name: ☁️ Checkout Project uses: actions/checkout@v4