diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ceb2e2d..92b2ffa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [18.x, 20.x, 22.x] + node-version: [18.x, 20.x, 22.1.x] os: [ubuntu-latest, windows-latest] exclude: - os: windows-latest