Skip to content

Commit 844dc08

Browse files
committed
fix!: update node engines to ^20.17.0 || >=22.9.0 (#414)
BREAKING CHANGE: this module is now compatible with the following node versions: ^20.17.0 || >=22.9.0
1 parent 555b000 commit 844dc08

File tree

3 files changed

+11
-17
lines changed

3 files changed

+11
-17
lines changed

.github/workflows/ci-release.yml

+5-8
Original file line numberDiff line numberDiff line change
@@ -84,20 +84,17 @@ jobs:
8484
os: macos-13
8585
shell: bash
8686
node-version:
87-
- 18.17.0
88-
- 18.x
89-
- 20.5.0
87+
- 20.17.0
9088
- 20.x
89+
- 22.9.0
9190
- 22.x
9291
exclude:
9392
- platform: { name: macOS, os: macos-13, shell: bash }
94-
node-version: 18.17.0
95-
- platform: { name: macOS, os: macos-13, shell: bash }
96-
node-version: 18.x
97-
- platform: { name: macOS, os: macos-13, shell: bash }
98-
node-version: 20.5.0
93+
node-version: 20.17.0
9994
- platform: { name: macOS, os: macos-13, shell: bash }
10095
node-version: 20.x
96+
- platform: { name: macOS, os: macos-13, shell: bash }
97+
node-version: 22.9.0
10198
- platform: { name: macOS, os: macos-13, shell: bash }
10299
node-version: 22.x
103100
runs-on: ${{ matrix.platform.os }}

.github/workflows/ci.yml

+5-8
Original file line numberDiff line numberDiff line change
@@ -61,20 +61,17 @@ jobs:
6161
os: macos-13
6262
shell: bash
6363
node-version:
64-
- 18.17.0
65-
- 18.x
66-
- 20.5.0
64+
- 20.17.0
6765
- 20.x
66+
- 22.9.0
6867
- 22.x
6968
exclude:
7069
- platform: { name: macOS, os: macos-13, shell: bash }
71-
node-version: 18.17.0
72-
- platform: { name: macOS, os: macos-13, shell: bash }
73-
node-version: 18.x
74-
- platform: { name: macOS, os: macos-13, shell: bash }
75-
node-version: 20.5.0
70+
node-version: 20.17.0
7671
- platform: { name: macOS, os: macos-13, shell: bash }
7772
node-version: 20.x
73+
- platform: { name: macOS, os: macos-13, shell: bash }
74+
node-version: 22.9.0
7875
- platform: { name: macOS, os: macos-13, shell: bash }
7976
node-version: 22.x
8077
runs-on: ${{ matrix.platform.os }}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"tar": "^6.1.11"
6666
},
6767
"engines": {
68-
"node": "^18.17.0 || >=20.5.0"
68+
"node": "^20.17.0 || >=22.9.0"
6969
},
7070
"repository": {
7171
"type": "git",

0 commit comments

Comments
 (0)