We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f269fc0 commit df795afCopy full SHA for df795af
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ${{ matrix.os }}
15
strategy:
16
matrix:
17
- node: ['10.x', '12.x', '14.x']
+ node: ['10.x', '12.x', '14.x', '16.x', '18.x', '20.x']
18
os: [ubuntu-latest, windows-latest, macOS-latest]
19
webpack: ['5']
20
0 commit comments