Skip to content

Commit 4d99a00

Browse files
committed
ci: update workflows config.
1 parent bc85ed2 commit 4d99a00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
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

7070
- run: cp -rp coverage/lcov-report ./www/build/lcov-report
7171
- name: Deploy
72-
uses: peaceiris/actions-gh-pages@v3
72+
uses: peaceiris/actions-gh-pages@v4
7373
if: github.ref == 'refs/heads/master'
7474
with:
7575
commit_message: ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}

0 commit comments

Comments
 (0)