Skip to content

Commit 5966a38

Browse files
authored
Merge pull request #67 from release-plan/drop-old-node
drop support for node < 22
2 parents 51526fc + 0a5c45a commit 5966a38

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: pnpm/action-setup@v4
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 18
20+
node-version: 24
2121
cache: pnpm
2222
- run: pnpm install
2323
- run: pnpm lint
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
node-version: ["18", "20", "22"]
32+
node-version: ["22", "24", "26"]
3333
os:
3434
- 'ubuntu-latest'
3535
- 'windows-latest'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
},
6868
"packageManager": "pnpm@10.4.1+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af",
6969
"engines": {
70-
"node": "18.* || 20.* || >= 22"
70+
"node": "22.* || 24.* || >= 26"
7171
},
7272
"pnpm": {
7373
"overrides": {

0 commit comments

Comments
 (0)