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