We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe46f8f commit c90acafCopy full SHA for c90acaf
1 file changed
.github/workflows/deploy-to-gh-pages.yml
@@ -15,7 +15,8 @@ jobs:
15
- name: Setup Node
16
uses: actions/setup-node@v4
17
with:
18
- node-version: "21"
+ registry-url: 'https://registry.npmjs.org'
19
+ node-version: 20.x
20
21
- name: Resolve Dependencies
22
run: |
0 commit comments