Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: CI

on:
push:
branches: [master]
branches:
- master
pull_request:
branches: [master]
branches:
- master
merge_group:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"homepage": "https://github.com/node-modules/read-env-value#readme",
"engines": {
"node": ">= 22.17.0"
"node": ">= 22.18.0"
},
"devDependencies": {
"@eggjs/tsconfig": "3",
Expand All @@ -32,7 +32,7 @@
"scripts": {
"lint": "oxlint",
"pretest": "npm run lint -- --fix",
"test": "node --test --experimental-strip-types",
"test": "node --test",
"preci": "npm run lint",
"ci": "c8 -r html -r lcov -r text npm test",
"postci": "npm run prepublishOnly",
Expand Down
Loading