diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 2c4649ec..c17e24ac 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -66,7 +66,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 }} @@ -109,7 +109,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [12.x, 14.x, 16.x, 18.x] + node-version: [12.x, 14.x, 16.x, 18.x, 20.x] runs-on: ${{ matrix.os }}