Skip to content

Commit

Permalink
ci: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 19, 2023
1 parent 58a7754 commit 995d1f6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ on:
jobs:
build-deploy:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: 'https://registry.npmjs.org'

- run: npm install
Expand All @@ -25,7 +28,7 @@ jobs:
Home: index.html
EOF
- run: npm install idoc@1.26.6 -g
- run: npm install idoc@1.27.2 -g
- run: idoc

- run: npm i coverage-badges-cli -g
Expand Down Expand Up @@ -79,7 +82,7 @@ jobs:
${{ steps.changelog.outputs.changelog }}
- run: npm publish --access public
- run: npm publish --access public --provenance
continue-on-error: true
working-directory: core
env:
Expand Down

0 comments on commit 995d1f6

Please sign in to comment.