Skip to content

Commit ecfa213

Browse files
committed
fix!: align libnpmsearch to npm 10 node engine range
BREAKING CHANGE: `libnpmsearch` now supports node `^18.17.0 || >=20.5.0`
1 parent 61d9a90 commit ecfa213

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

.github/workflows/ci-libnpmsearch.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,21 +72,18 @@ jobs:
7272
os: windows-latest
7373
shell: cmd
7474
node-version:
75-
- 16.14.0
76-
- 16.x
77-
- 18.0.0
75+
- 18.17.0
7876
- 18.x
77+
- 20.5.0
7978
- 20.x
8079
- 22.x
8180
exclude:
8281
- platform: { name: macOS, os: macos-13, shell: bash }
83-
node-version: 16.14.0
84-
- platform: { name: macOS, os: macos-13, shell: bash }
85-
node-version: 16.x
86-
- platform: { name: macOS, os: macos-13, shell: bash }
87-
node-version: 18.0.0
82+
node-version: 18.17.0
8883
- platform: { name: macOS, os: macos-13, shell: bash }
8984
node-version: 18.x
85+
- platform: { name: macOS, os: macos-13, shell: bash }
86+
node-version: 20.5.0
9087
- platform: { name: macOS, os: macos-13, shell: bash }
9188
node-version: 20.x
9289
- platform: { name: macOS, os: macos-13, shell: bash }

workspaces/libnpmsearch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"npm-registry-fetch": "^17.0.1"
4343
},
4444
"engines": {
45-
"node": "^16.14.0 || >=18.0.0"
45+
"node": "^18.17.0 || >=20.5.0"
4646
},
4747
"templateOSS": {
4848
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",

0 commit comments

Comments
 (0)