Skip to content

Commit ededc1d

Browse files
committed
chore: correct building version
1 parent 9939e9a commit ededc1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-gh-pages.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Node.js
2323
uses: actions/setup-node@v1
2424
with:
25-
node-version: "16"
25+
node-version: "18"
2626
cache: "pnpm"
2727

2828
- name: Install Dependencies

0 commit comments

Comments
 (0)