We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbbd50b commit 8e874adCopy full SHA for 8e874ad
2 files changed
.github/workflows/ci.yml
@@ -2,9 +2,11 @@ name: CI
2
3
on:
4
push:
5
- branches: [master]
+ branches:
6
+ - master
7
pull_request:
8
9
10
merge_group:
11
12
jobs:
package.json
@@ -17,7 +17,7 @@
17
},
18
"homepage": "https://github.com/node-modules/read-env-value#readme",
19
"engines": {
20
- "node": ">= 22.17.0"
+ "node": ">= 22.18.0"
21
22
"devDependencies": {
23
"@eggjs/tsconfig": "3",
@@ -32,7 +32,7 @@
32
"scripts": {
33
"lint": "oxlint",
34
"pretest": "npm run lint -- --fix",
35
- "test": "node --test --experimental-strip-types",
+ "test": "node --test",
36
"preci": "npm run lint",
37
"ci": "c8 -r html -r lcov -r text npm test",
38
"postci": "npm run prepublishOnly",
0 commit comments