diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c211de0..bf5d89c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: ['18.x', '20.x', '21.x', '22.x'] + node-version: [18, 20, 22, 23] steps: - uses: actions/checkout@v4