Skip to content

Commit 8478f49

Browse files
committed
chore: drop 18 in ci
1 parent 3d1d44c commit 8478f49

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [18, 20, 22]
13+
node-version: [20, 22, 24]
1414
fail-fast: false
1515
steps:
1616
- name: Checkout

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"lint": "eslint \"src/**/*.ts\"",
1414
"prebuild": "npm run clean",
1515
"build": "tsc",
16-
"test": "c8 -r html -r text-summary node --test",
16+
"test": "c8 -r html -r text-summary node --test --no-experimental-strip-types",
1717
"format": "prettier --write \"src/**/*.ts\"",
1818
"prepare": "npm run build",
1919
"prepublishOnly": "npm run lint && npm run test"

0 commit comments

Comments
 (0)