We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c517f0 commit 383960dCopy full SHA for 383960d
.github/workflows/docs.yaml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v4
17
- uses: actions/setup-node@v4
18
with:
19
- node-version: 18
+ node-version: 24
20
cache: yarn
21
22
- name: Install dependencies
.github/workflows/e2e.yaml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set env
run: |
echo "NPM_VERSION=$(${{ github.ref_name }} | cut -c 28-)" >> $GITHUB_ENV
package.json
@@ -51,7 +51,7 @@
51
"services/*"
52
],
53
"volta": {
54
- "node": "24.2.0",
+ "node": "24.12.0",
55
"yarn": "4.9.2"
56
},
57
"engines": {
0 commit comments