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