We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b67477c commit e1a8c22Copy full SHA for e1a8c22
.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]
+ node-version: [12.x, 14.x, 16.x, 17.x, 18.x]
57
webpack-version: [latest]
58
59
runs-on: ${{ matrix.os }}
0 commit comments