Skip to content

Commit 4575afa

Browse files
committed
ci: update workflows config.
1 parent 799c8f4 commit 4575afa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
env:
1313
NODE_OPTIONS: --max_old_space_size=8192
1414
steps:
15-
- uses: actions/checkout@v3
16-
- uses: actions/setup-node@v3
15+
- uses: actions/checkout@v4
16+
- uses: actions/setup-node@v4
1717
with:
18-
node-version: 18
18+
node-version: 20
1919
registry-url: 'https://registry.npmjs.org'
2020

2121
- run: npm install
@@ -40,7 +40,7 @@ jobs:
4040
uses: jaywcjlove/changelog-generator@main
4141

4242
- name: Deploy
43-
uses: peaceiris/actions-gh-pages@v3
43+
uses: peaceiris/actions-gh-pages@v4
4444
with:
4545
commit_message: ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
4646
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)