Skip to content

Bump vite and vitest #32

Bump vite and vitest

Bump vite and vitest #32

Workflow file for this run

name: NPM Publish
on:
pull_request:
types: [labeled]
branches: [master]
jobs:
npm-publish:
if: ${{ github.event.label.name == 'npm-ready-for-publish' }}
uses: pipedrive-actions/github-actions-workflows/.github/workflows/reusable_cicd-npm-publish.yml@master
with:
revision: ${{ github.event.pull_request.head.ref }}
supported_versions: '[20,22]'
skip_functional_tests: true
permissions:
id-token: write
contents: write
secrets: inherit