We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3153d68 + ed9a185 commit c898f05Copy full SHA for c898f05
.github/workflows/nodejs.yml
@@ -55,7 +55,7 @@ jobs:
55
strategy:
56
matrix:
57
os: [ubuntu-latest, windows-latest, macos-latest]
58
- node-version: [10.x, 12.x, 14.x]
+ node-version: [12.x, 14.x, 16.x]
59
webpack-version: [4, latest]
60
61
runs-on: ${{ matrix.os }}
0 commit comments