We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93bcbb1 commit 0308067Copy full SHA for 0308067
.github/workflows/nodejs.yml
@@ -60,7 +60,7 @@ jobs:
60
strategy:
61
matrix:
62
os: [ubuntu-latest, windows-latest, macos-latest]
63
- node-version: [12.x, 14.x, 16.x, 18.x, 19.x]
+ node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
64
webpack-version: [latest]
65
66
runs-on: ${{ matrix.os }}
0 commit comments