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 57f5c7f commit 89c63a6Copy full SHA for 89c63a6
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ${{ matrix.os }}
16
strategy:
17
matrix:
18
- node-version: [10, 12, 13, 14, 16]
+ node-version: [14, 16, 17]
19
os: [macos-latest, ubuntu-latest, windows-latest]
20
21
steps:
0 commit comments