diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e71ae21..3e24b70 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x, 21.x] + node-version: [16.x, 18.x, 20.x] steps: - uses: actions/checkout@v2