We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d565b2 commit 39e68a9Copy full SHA for 39e68a9
.github/workflows/nodejs.yml
@@ -53,7 +53,7 @@ jobs:
53
strategy:
54
matrix:
55
os: [ubuntu-latest, windows-latest, macos-latest]
56
- node-version: [12.x, 14.x, 16.x, 17.x, 18.x]
+ node-version: [12.x, 14.x, 16.x, 18.x]
57
webpack-version: [latest]
58
59
runs-on: ${{ matrix.os }}
0 commit comments