We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8746576 + 414441e commit 5f086e2Copy full SHA for 5f086e2
.github/workflows/deploy-to-github-pages.yml.yml
@@ -38,7 +38,7 @@ jobs:
38
fetch-depth: 0
39
- uses: actions/setup-node@v4
40
with:
41
- node-version: 18
+ node-version: 20
42
cache: npm
43
- name: Install dependencies
44
run: npm ci
@@ -71,7 +71,7 @@ jobs:
71
- name: Install Node.js
72
uses: actions/setup-node@v4
73
74
75
76
77
0 commit comments