diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aa1cec52f4..9983cf1728 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 18.x] + node-version: [18.x, 20.x] steps: - name: Get npm cache directory id: npm-cache