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 a955e07 commit 44feefcCopy full SHA for 44feefc
.github/workflows/workflow.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
os: [ubuntu-latest, macOS-latest, windows-latest]
16
- node-version: [14.x]
+ node-version: [15.x]
17
fail-fast: false
18
steps:
19
- name: Git checkout
@@ -26,7 +26,7 @@ jobs:
26
run: npm ci
27
- name: Linting
28
run: npm run format:ci
29
- if: "${{ matrix.node-version == '14.x' }}"
+ if: "${{ matrix.node-version == '15.x' }}"
30
- name: Tests
31
run: npm run test:ci
32
- name: Get test coverage flags
package.json
@@ -104,6 +104,6 @@
104
"nyc": "^15.1.0"
105
},
106
"engines": {
107
- "node": ">=14.0.0"
+ "node": ">=15.0.0"
108
}
109
0 commit comments