Skip to content

Commit 2b5344c

Browse files
Update publish.yml
1 parent a3605cd commit 2b5344c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
name: Deploy to GitHub Pages
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v5
1313

14-
- uses: actions/setup-node@v2
14+
- uses: actions/setup-node@v5
1515
with:
16-
node-version: 16.x
16+
node-version: 22.x
1717
cache: yarn
1818

1919
- name: Build website

0 commit comments

Comments
 (0)