diff --git a/.github/workflows/npm-test.yml b/.github/workflows/npm-test.yml index dbb8d33..6d1dfb6 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [10.15.x, 12.x, 14.x, 16.x, 18.x, 20.x] + node-version: [10.15.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x] os: [ubuntu-latest, macOS-latest, windows-latest] runs-on: ${{ matrix.os }}