Skip to content

Commit bbae2ae

Browse files
renovate[bot]barmac
authored andcommitted
chore: update dependency node to v24
1 parent 8a079e1 commit bbae2ae

File tree

3 files changed

+18
-20
lines changed

3 files changed

+18
-20
lines changed

.github/workflows/RELEASE.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Use Node.js
3434
uses: actions/setup-node@v6
3535
with:
36-
node-version: 20
36+
node-version: 24
3737
cache: 'npm'
3838
- name: Install dependencies
3939
run: npm ci

package-lock.json

Lines changed: 16 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"@types/chai": "^4.3.20",
113113
"@types/glob": "^9.0.0",
114114
"@types/mocha": "^10.0.9",
115-
"@types/node": "^20.17.6",
115+
"@types/node": "^24.0.0",
116116
"@types/shelljs": "^0.8.15",
117117
"@types/sinon": "^17.0.3",
118118
"@types/sinon-chai": "^3.2.12",

0 commit comments

Comments
 (0)