Skip to content

Commit 5f086e2

Browse files
committed
2 parents 8746576 + 414441e commit 5f086e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fetch-depth: 0
3939
- uses: actions/setup-node@v4
4040
with:
41-
node-version: 18
41+
node-version: 20
4242
cache: npm
4343
- name: Install dependencies
4444
run: npm ci
@@ -71,7 +71,7 @@ jobs:
7171
- name: Install Node.js
7272
uses: actions/setup-node@v4
7373
with:
74-
node-version: 18
74+
node-version: 20
7575
cache: npm
7676

7777
- name: Install dependencies

0 commit comments

Comments
 (0)