Skip to content

Commit edce724

Browse files
update node version in action
1 parent 01b0f8b commit edce724

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deployghpages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- uses: actions/setup-node@v3
2020
with:
21-
node-version: 18
21+
node-version: 20
2222
cache: npm
2323
- name: Install dependencies
2424
working-directory: ./docs

0 commit comments

Comments
 (0)