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 a204e5f commit 1e39faeCopy full SHA for 1e39fae
.github/workflows/main.yml
@@ -10,17 +10,12 @@ jobs:
10
fail-fast: false
11
matrix:
12
node-version:
13
+ - 20
14
- 18
- - 16
15
- - 14
16
steps:
17
- uses: actions/checkout@v4
18
- uses: actions/setup-node@v4
19
with:
20
node-version: ${{ matrix.node-version }}
21
- run: npm install
22
- run: npm test
23
- - uses: codecov/codecov-action@v2
24
- if: matrix.node-version == 16
25
- with:
26
- fail_ci_if_error: true
package.json
@@ -18,7 +18,7 @@
"types": "./source/index.d.ts",
"sideEffects": false,
"engines": {
- "node": "^12.17.0 || ^14.13 || >=16.0.0"
+ "node": ">=18"
},
"scripts": {
"test": "xo && c8 ava && tsd",
0 commit comments