Skip to content

Commit c440803

Browse files
chore(deps): update node.js
1 parent af64dd2 commit c440803

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 18
19+
node-version: 24
2020
cache: yarn
2121

2222
- name: Install dependencies

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: 18
18+
node-version: 24
1919
- name: Set env
2020
run: |
2121
echo "NPM_VERSION=$(${{ github.ref_name }} | cut -c 28-)" >> $GITHUB_ENV

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: 18
28+
node-version: 24
2929
registry-url: 'https://registry.npmjs.org'
3030

3131
- name: Share readme

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"services/*"
5252
],
5353
"volta": {
54-
"node": "24.2.0",
54+
"node": "24.12.0",
5555
"yarn": "4.9.2"
5656
},
5757
"engines": {

0 commit comments

Comments
 (0)