Skip to content

Commit af594f0

Browse files
committed
fix!: update node engines to ^20.17.0 || >=22.9.0 (#159)
BREAKING CHANGE: this module is now compatible with the following node versions: ^20.17.0 || >=22.9.0
1 parent 0a062c8 commit af594f0

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/ci-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ jobs:
9090
- 16.14.0
9191
- 16.x
9292
- 18.0.0
93-
- 18.17.0
9493
- 18.x
95-
- 20.5.0
94+
- 20.17.0
9695
- 20.x
96+
- 22.9.0
9797
- 22.x
9898
exclude:
9999
- platform: { name: macOS, os: macos-13, shell: bash }
@@ -102,14 +102,14 @@ jobs:
102102
node-version: 16.x
103103
- platform: { name: macOS, os: macos-13, shell: bash }
104104
node-version: 18.0.0
105-
- platform: { name: macOS, os: macos-13, shell: bash }
106-
node-version: 18.17.0
107105
- platform: { name: macOS, os: macos-13, shell: bash }
108106
node-version: 18.x
109107
- platform: { name: macOS, os: macos-13, shell: bash }
110-
node-version: 20.5.0
108+
node-version: 20.17.0
111109
- platform: { name: macOS, os: macos-13, shell: bash }
112110
node-version: 20.x
111+
- platform: { name: macOS, os: macos-13, shell: bash }
112+
node-version: 22.9.0
113113
- platform: { name: macOS, os: macos-13, shell: bash }
114114
node-version: 22.x
115115
runs-on: ${{ matrix.platform.os }}

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ jobs:
6767
- 16.14.0
6868
- 16.x
6969
- 18.0.0
70-
- 18.17.0
7170
- 18.x
72-
- 20.5.0
71+
- 20.17.0
7372
- 20.x
73+
- 22.9.0
7474
- 22.x
7575
exclude:
7676
- platform: { name: macOS, os: macos-13, shell: bash }
@@ -79,14 +79,14 @@ jobs:
7979
node-version: 16.x
8080
- platform: { name: macOS, os: macos-13, shell: bash }
8181
node-version: 18.0.0
82-
- platform: { name: macOS, os: macos-13, shell: bash }
83-
node-version: 18.17.0
8482
- platform: { name: macOS, os: macos-13, shell: bash }
8583
node-version: 18.x
8684
- platform: { name: macOS, os: macos-13, shell: bash }
87-
node-version: 20.5.0
85+
node-version: 20.17.0
8886
- platform: { name: macOS, os: macos-13, shell: bash }
8987
node-version: 20.x
88+
- platform: { name: macOS, os: macos-13, shell: bash }
89+
node-version: 22.9.0
9090
- platform: { name: macOS, os: macos-13, shell: bash }
9191
node-version: 22.x
9292
runs-on: ${{ matrix.platform.os }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"semver": "^7.3.5"
4747
},
4848
"engines": {
49-
"node": "^18.17.0 || >=20.5.0"
49+
"node": "^20.17.0 || >=22.9.0"
5050
},
5151
"templateOSS": {
5252
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",

0 commit comments

Comments
 (0)