Skip to content

Commit 20779c5

Browse files
chore(deps): update node.js to v24
1 parent 8b67dd0 commit 20779c5

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

.github/workflows/lighthouse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Use Node.js 22.x
1515
uses: actions/setup-node@v5
1616
with:
17-
node-version: 22.x
17+
node-version: 24.x
1818
# Build needs around 400 seconds on Netlify.
1919
# We can not rely on "Waiting for 200", since the user
2020
# might push another commit to an existing PR, meaning

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.21.1
1+
24.14.0

package-lock.json

Lines changed: 8 additions & 9 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
@@ -53,7 +53,7 @@
5353
"@eslint/js": "9.25.1",
5454
"@types/lodash": "4.17.16",
5555
"@types/marked": "6.0.0",
56-
"@types/node": "22.15.3",
56+
"@types/node": "24.10.15",
5757
"@types/prismjs": "1.26.5",
5858
"@types/rimraf": "4.0.5",
5959
"angular-eslint": "^21.1.0",

0 commit comments

Comments
 (0)