Skip to content

Commit d69d2ba

Browse files
chore(deps): update dependency node to v24
1 parent db0956e commit d69d2ba

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v5
3838
- uses: actions/setup-node@v6
3939
with:
40-
node-version: 22.x
40+
node-version: 24.x
4141
- run: npm install
4242
- run: npm run test-coverage
4343
- uses: coverallsapp/github-action@main
@@ -50,5 +50,5 @@ jobs:
5050
- uses: actions/checkout@v5
5151
- uses: actions/setup-node@v6
5252
with:
53-
node-version: 22.x
53+
node-version: 24.x
5454
- run: npm audit --groups dependencies --audit-level high

.github/workflows/site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v5
1313
- uses: actions/setup-node@v6
1414
with:
15-
node-version: 22.x
15+
node-version: 24.x
1616
- run: npm install
1717
- run: npm run exports-generate-docs
1818
- run: |

package-lock.json

Lines changed: 8 additions & 8 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
@@ -279,7 +279,7 @@
279279
"@types/mocha": "10.0.10",
280280
"@types/mustache": "4.2.6",
281281
"@types/mz": "2.7.9",
282-
"@types/node": "^20.11.25",
282+
"@types/node": "^24.0.0",
283283
"@types/progress": "2.0.7",
284284
"@types/semver": "7.7.1",
285285
"@types/sinon-chai": "3.2.12",

0 commit comments

Comments
 (0)