Skip to content

Commit 1757e31

Browse files
chore(deps): update node.js to v24
1 parent 8fa6bf7 commit 1757e31

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/checkout@v5
5656
- uses: actions/setup-node@v5
5757
with:
58-
node-version: 22
58+
node-version: 24
5959
cache: "npm"
6060
- uses: actions/setup-python@v6
6161
with:

package-lock.json

Lines changed: 1 addition & 1 deletion
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
@@ -71,7 +71,7 @@
7171
}
7272
},
7373
"engines": {
74-
"node": "^22 <23"
74+
"node": "^22 <25"
7575
},
7676
"devDependencies": {
7777
"standard-version": "^9.5.0"

0 commit comments

Comments
 (0)