diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b26f4cb4..7813cf60 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16, 17] + node-version: [18] steps: - uses: actions/checkout@v2