We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 799c8f4 commit 4575afaCopy full SHA for 4575afa
.github/workflows/ci.yml
@@ -12,10 +12,10 @@ jobs:
12
env:
13
NODE_OPTIONS: --max_old_space_size=8192
14
steps:
15
- - uses: actions/checkout@v3
16
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
17
with:
18
- node-version: 18
+ node-version: 20
19
registry-url: 'https://registry.npmjs.org'
20
21
- run: npm install
@@ -40,7 +40,7 @@ jobs:
40
uses: jaywcjlove/changelog-generator@main
41
42
- name: Deploy
43
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
44
45
commit_message: ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }}
46
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments