diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 61a7d62..ceb2e2d 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, 21.x, 22.x] + node-version: [18.x, 20.x, 22.x] os: [ubuntu-latest, windows-latest] exclude: - os: windows-latest