diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 179c2018..fe4d9a42 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node: [16, 18, 20] + node: [16, 18, 20, 22] runs-on: ${{ matrix.os }} timeout-minutes: 5 diff --git a/.gitignore b/.gitignore index c6bba591..29e14dc3 100644 --- a/.gitignore +++ b/.gitignore @@ -128,3 +128,6 @@ dist .yarn/build-state.yml .yarn/install-state.gz .pnp.* + +# husky local debugging helper scripts +.husky/_ \ No newline at end of file