Skip to content

Commit 68cb6d6

Browse files
committed
ci: update nodejs version
1 parent d32be45 commit 68cb6d6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
name: Deploy to GitHub Pages
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3
19-
- uses: actions/setup-node@v3
18+
- uses: actions/checkout@v4
19+
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 18
21+
node-version: 20
2222
cache: npm
2323

2424
- name: Install dependencies
@@ -28,7 +28,7 @@ jobs:
2828
# Popular action to deploy to GitHub Pages:
2929
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
3030
- name: Deploy to GitHub Pages
31-
uses: peaceiris/actions-gh-pages@v3
31+
uses: peaceiris/actions-gh-pages@v4
3232
with:
3333
github_token: ${{ secrets.GITHUB_TOKEN }}
3434
# Build output to publish to the `gh-pages` branch:

0 commit comments

Comments
 (0)