diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a2b508c..cd9acd5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,8 +8,9 @@ jobs: strategy: matrix: node-version: - - 14.17.0 - 16.x + - 18.x + - 20.x steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}