Skip to content

Commit 0905d7b

Browse files
committed
ci: update workflows config.
1 parent 2ea8caa commit 0905d7b

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
@@ -11,10 +11,10 @@ jobs:
1111
contents: write
1212
id-token: write
1313
steps:
14-
- uses: actions/checkout@v3
15-
- uses: actions/setup-node@v3
14+
- uses: actions/checkout@v4
15+
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 18
17+
node-version: 20
1818
registry-url: 'https://registry.npmjs.org'
1919

2020
- run: npm install
@@ -69,7 +69,7 @@ jobs:
6969
uses: jaywcjlove/changelog-generator@main
7070

7171
- name: Deploy
72-
uses: peaceiris/actions-gh-pages@v3
72+
uses: peaceiris/actions-gh-pages@v4
7373
with:
7474
commit_message: ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
7575
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)