Skip to content

Commit 8511c38

Browse files
chore(deps): update node.js
1 parent 79fc49b commit 8511c38

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
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: 18
24+
node-version: 24
2525

2626
- name: Share readme
2727
run: cp README.md packages/graphql-armor/README.md

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.10.0",
5555
"yarn": "4.9.2"
5656
},
5757
"engines": {

0 commit comments

Comments
 (0)