We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c19ce4 commit 77c56a1Copy full SHA for 77c56a1
.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