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 2a6d51c commit 46de295Copy full SHA for 46de295
.github/workflows/nodejs.yml
@@ -56,7 +56,7 @@ jobs:
56
strategy:
57
matrix:
58
os: [ubuntu-latest, windows-latest, macos-latest]
59
- node-version: [12.x, 14.x, 16.x]
+ node-version: [12.x, 14.x, 16.8.0]
60
webpack-version: [4, latest]
61
62
runs-on: ${{ matrix.os }}
0 commit comments