Skip to content

Commit 3d3fc57

Browse files
authored
fix(site): node version (#1387)
1 parent 784739a commit 3d3fc57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/site_deploy.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

0 commit comments

Comments
 (0)