Skip to content

Commit 0c9994c

Browse files
committed
ci: update workflows config.
1 parent 0dd0a3e commit 0c9994c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

+5-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
@@ -33,7 +33,7 @@ jobs:
3333
Zip: https://kktjs.github.io/zip/
3434
EOF
3535
36-
- run: npm install idoc@1.27.2 -g
36+
- run: npm install idoc@1 -g
3737
- run: idoc
3838
working-directory: core
3939

@@ -87,6 +87,7 @@ jobs:
8787
uses: ncipollo/release-action@v1
8888
if: steps.create_tag.outputs.successful
8989
with:
90+
allowUpdates: true
9091
token: ${{ secrets.GITHUB_TOKEN }}
9192
name: ${{ steps.changelog.outputs.tag }}
9293
tag: ${{ steps.changelog.outputs.tag }}

0 commit comments

Comments
 (0)