Skip to content

chore(deps): bump davelosert/vitest-coverage-report-action from 2.4.0… #1001

chore(deps): bump davelosert/vitest-coverage-report-action from 2.4.0…

chore(deps): bump davelosert/vitest-coverage-report-action from 2.4.0… #1001

Workflow file for this run

name: cd
on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
id-token: write
jobs:
publish:
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- id: release
uses: googleapis/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
config-file: .github/release-please/config.json
manifest-file: .github/release-please/manifest.json
- uses: actions/[email protected]
if: ${{ steps.release.outputs.release_created }}
with:
node-version: '24'
registry-url: 'https://registry.npmjs.org'
- run: npm install -g npm@latest
if: ${{ steps.release.outputs.release_created }}
- run: npm ci
if: ${{ steps.release.outputs.release_created }}
- run: npm publish --tag latest --provenance --access public
if: ${{ steps.release.outputs.release_created }}