Skip to content

Commit cd567ed

Browse files
authored
Update deploy-to-github-pages.yml
1 parent 68d4b47 commit cd567ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
steps:
2929
- name: Checkout
3030
uses: actions/checkout@v6
31-
- name: Setup Node.js 18.x
31+
- name: Setup Node.js 20.x
3232
uses: actions/setup-node@master
3333
with:
34-
node-version: 18.x
34+
node-version: 20.x
3535
cache: yarn
3636
cache-dependency-path: docs/yarn.lock
3737
- name: Install dependencies

0 commit comments

Comments
 (0)