Skip to content

Commit c90acaf

Browse files
authored
Update deploy-to-gh-pages.yml
1 parent fe46f8f commit c90acaf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
- name: Setup Node
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: "21"
18+
registry-url: 'https://registry.npmjs.org'
19+
node-version: 20.x
1920

2021
- name: Resolve Dependencies
2122
run: |

0 commit comments

Comments
 (0)