Skip to content

Commit f5d971c

Browse files
owlstronautwraithgar
authored andcommitted
fix!: align to npm 11 node engine range
BREAKING CHANGE: `hosted-git-info` now supports node `^20.17.0 || >=22.9.0`
1 parent 7a9c71e commit f5d971c

File tree

3 files changed

+11
-17
lines changed

3 files changed

+11
-17
lines changed

.github/workflows/ci-release.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,20 +91,17 @@ jobs:
9191
os: windows-latest
9292
shell: cmd
9393
node-version:
94-
- 18.17.0
95-
- 18.x
96-
- 20.5.0
94+
- 20.17.0
9795
- 20.x
96+
- 22.9.0
9897
- 22.x
9998
exclude:
10099
- platform: { name: macOS, os: macos-13, shell: bash }
101-
node-version: 18.17.0
102-
- platform: { name: macOS, os: macos-13, shell: bash }
103-
node-version: 18.x
104-
- platform: { name: macOS, os: macos-13, shell: bash }
105-
node-version: 20.5.0
100+
node-version: 20.17.0
106101
- platform: { name: macOS, os: macos-13, shell: bash }
107102
node-version: 20.x
103+
- platform: { name: macOS, os: macos-13, shell: bash }
104+
node-version: 22.9.0
108105
- platform: { name: macOS, os: macos-13, shell: bash }
109106
node-version: 22.x
110107
runs-on: ${{ matrix.platform.os }}

.github/workflows/ci.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,20 +68,17 @@ jobs:
6868
os: windows-latest
6969
shell: cmd
7070
node-version:
71-
- 18.17.0
72-
- 18.x
73-
- 20.5.0
71+
- 20.17.0
7472
- 20.x
73+
- 22.9.0
7574
- 22.x
7675
exclude:
7776
- platform: { name: macOS, os: macos-13, shell: bash }
78-
node-version: 18.17.0
79-
- platform: { name: macOS, os: macos-13, shell: bash }
80-
node-version: 18.x
81-
- platform: { name: macOS, os: macos-13, shell: bash }
82-
node-version: 20.5.0
77+
node-version: 20.17.0
8378
- platform: { name: macOS, os: macos-13, shell: bash }
8479
node-version: 20.x
80+
- platform: { name: macOS, os: macos-13, shell: bash }
81+
node-version: 22.9.0
8582
- platform: { name: macOS, os: macos-13, shell: bash }
8683
node-version: 22.x
8784
runs-on: ${{ matrix.platform.os }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"lib/"
4444
],
4545
"engines": {
46-
"node": "^18.17.0 || >=20.5.0"
46+
"node": "^20.17.0 || >=22.9.0"
4747
},
4848
"tap": {
4949
"color": 1,

0 commit comments

Comments
 (0)