Skip to content

Commit 1ef774a

Browse files
committed
feat: engines to ^20.17.0 || >=22.9.0
1 parent c172754 commit 1ef774a

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
@@ -87,20 +87,17 @@ jobs:
8787
os: windows-latest
8888
shell: cmd
8989
node-version:
90-
- 18.17.0
91-
- 18.x
92-
- 20.5.0
90+
- 20.17.0
9391
- 20.x
92+
- 22.9.0
9493
- 22.x
9594
exclude:
9695
- platform: { name: macOS, os: macos-13, shell: bash }
97-
node-version: 18.17.0
98-
- platform: { name: macOS, os: macos-13, shell: bash }
99-
node-version: 18.x
100-
- platform: { name: macOS, os: macos-13, shell: bash }
101-
node-version: 20.5.0
96+
node-version: 20.17.0
10297
- platform: { name: macOS, os: macos-13, shell: bash }
10398
node-version: 20.x
99+
- platform: { name: macOS, os: macos-13, shell: bash }
100+
node-version: 22.9.0
104101
- platform: { name: macOS, os: macos-13, shell: bash }
105102
node-version: 22.x
106103
runs-on: ${{ matrix.platform.os }}

.github/workflows/ci.yml

+5-8
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"prettier": true
9595
},
9696
"engines": {
97-
"node": "^18.17.0 || >=20.5.0"
97+
"node": "^20.17.0 || >=22.9.0"
9898
},
9999
"workspaces": [
100100
"workspace/test-workspace"

0 commit comments

Comments
 (0)