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 4e5adf0 commit ad90a26Copy full SHA for ad90a26
.github/workflows/nodejs.yml
@@ -55,15 +55,15 @@ jobs:
55
strategy:
56
matrix:
57
os: [ubuntu-latest, windows-latest, macos-latest]
58
- node-version: [10.x, 12.x, 13.x]
+ node-version: [10.x, 12.x, 14.x]
59
webpack-version: [latest, next]
60
exclude:
61
# See https://github.com/fsevents/fsevents/issues/314
62
- os: macos-latest
63
node-version: 12.x
64
webpack-version: latest
65
66
- node-version: 13.x
+ node-version: 14.x
67
68
69
runs-on: ${{ matrix.os }}
0 commit comments