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 9ec40b5 commit d49c45eCopy full SHA for d49c45e
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ${{ matrix.os }}
9
strategy:
10
matrix:
11
- node: ['14.x', '16.x']
+ node: ['16.x', '18.x']
12
os: [ubuntu-latest, windows-latest, macOS-latest]
13
14
steps:
0 commit comments