diff --git a/.github/workflows/NodeJS.yml b/.github/workflows/NodeJS.yml index 3c94da30..2f8576b9 100644 --- a/.github/workflows/NodeJS.yml +++ b/.github/workflows/NodeJS.yml @@ -189,7 +189,7 @@ jobs: strategy: matrix: - node: [ '16', '17', '18', '19', '20', '21'] + node: [ '16', '17', '18', '19', '20', '21', '22'] isRelease: - ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }} exclude: