We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc85ed2 commit 4d99a00Copy full SHA for 4d99a00
.github/workflows/ci.yml
@@ -11,10 +11,10 @@ jobs:
11
contents: write
12
id-token: write
13
steps:
14
- - uses: actions/checkout@v3
15
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
16
with:
17
- node-version: 18
+ node-version: 20
18
registry-url: 'https://registry.npmjs.org'
19
20
- run: npm install
@@ -69,7 +69,7 @@ jobs:
69
70
- run: cp -rp coverage/lcov-report ./www/build/lcov-report
71
- name: Deploy
72
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
73
if: github.ref == 'refs/heads/master'
74
75
commit_message: ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
0 commit comments