diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 3b4c4c8..9b3bab2 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -60,7 +60,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [12.x, 14.x, 16.x, 18.x, 19.x] + node-version: [12.x, 14.x, 16.x, 18.x, 20.x] webpack-version: [latest] runs-on: ${{ matrix.os }}