Skip to content

Commit 00a6ddb

Browse files
committed
[Fix] node version dismatch
1 parent 8edd9e7 commit 00a6ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-github-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup node
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: 18
19+
node-version: 21
2020
cache: npm
2121
- name: Install dependencies
2222
run: |

0 commit comments

Comments
 (0)