Skip to content

Commit e36205d

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/site/docusaurus/core-3.9.1
2 parents 4f6fecb + f212673 commit e36205d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/site.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@v5
2323
with:
24-
node-version: 18.x
24+
node-version: 20.x
2525
cache: npm
2626
cache-dependency-path: site/package-lock.json
2727

.github/workflows/site_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: ⚙️ Setup Node
2727
uses: actions/setup-node@v5
2828
with:
29-
node-version: 18.x
29+
node-version: 20.x
3030
cache: npm
3131
cache-dependency-path: site/package-lock.json
3232

site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
]
5454
},
5555
"engines": {
56-
"node": ">=18.0"
56+
"node": ">=20.0"
5757
}
5858
}

0 commit comments

Comments
 (0)