diff --git a/.github/workflows/test-release.yml b/.github/workflows/test-release.yml index 984af57..27fc743 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