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