Skip to content

Commit ea1f0af

Browse files
renovate[bot]fh1ch
authored andcommitted
chore(deps): update dependency node to v24
1 parent 1c412d5 commit ea1f0af

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Use Node.js 22.x
1818
uses: actions/setup-node@v6
1919
with:
20-
node-version: 22.x
20+
node-version: 24.x
2121
cache: 'npm'
2222
- run: npm ci
2323
- run: npm run build
@@ -43,7 +43,7 @@ jobs:
4343
- name: Use Node.js 22.x
4444
uses: actions/setup-node@v6
4545
with:
46-
node-version: 22.x
46+
node-version: 24.x
4747
cache: 'npm'
4848
- run: npm ci
4949
- run: npm run build

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
@@ -18,7 +18,7 @@
1818
"@commitlint/config-conventional": "20.0.0",
1919
"@microsoft/tsdoc": "^0.15.0",
2020
"@microsoft/tsdoc-config": "^0.17.0",
21-
"@types/node": "^22.4.1",
21+
"@types/node": "^24.0.0",
2222
"@typescript-eslint/rule-tester": "8.46.2",
2323
"@typescript-eslint/utils": "8.46.2",
2424
"angular-eslint": "20.4.0",

0 commit comments

Comments
 (0)