Skip to content

Commit bf38c36

Browse files
committed
chore: update nodejs engine version
- semantic release library needs at least 24
1 parent 6f9ac82 commit bf38c36

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: 20
18+
node-version: 24
1919
cache: npm
2020

2121
- run: npm ci

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js
2323
uses: actions/setup-node@v6
2424
with:
25-
node-version: "lts/*"
25+
node-version: "24"
2626
- name: Install dependencies
2727
run: npm clean-install
2828
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@
7979
"vitest": "^4.0.18"
8080
},
8181
"engines": {
82-
"node": ">=18.18.0"
82+
"node": ">=24.0.0"
8383
}
8484
}

0 commit comments

Comments
 (0)