diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b5bf382..c85aa68 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [16.x, 17.x, 18.x, 19.x] + node-version: [18.x, 19.x, 20.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - uses: actions/checkout@v2