We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d1d44c commit 8478f49Copy full SHA for 8478f49
2 files changed
.github/workflows/main.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- node-version: [18, 20, 22]
+ node-version: [20, 22, 24]
14
fail-fast: false
15
steps:
16
- name: Checkout
package.json
@@ -13,7 +13,7 @@
"lint": "eslint \"src/**/*.ts\"",
"prebuild": "npm run clean",
"build": "tsc",
- "test": "c8 -r html -r text-summary node --test",
+ "test": "c8 -r html -r text-summary node --test --no-experimental-strip-types",
17
"format": "prettier --write \"src/**/*.ts\"",
18
"prepare": "npm run build",
19
"prepublishOnly": "npm run lint && npm run test"
0 commit comments