Skip to content

build(deps-dev): bump @types/node from 22.5.5 to 22.7.0 #499

build(deps-dev): bump @types/node from 22.5.5 to 22.7.0

build(deps-dev): bump @types/node from 22.5.5 to 22.7.0 #499

Workflow file for this run

---
name: Publish to npm (if applicable)
on:
pull_request:
types: [closed]
jobs:
publish:
name: Publish to npm
runs-on: ubuntu-latest
if: contains( github.event.pull_request.labels.*.name, '[ Type ] NPM version update' ) && startsWith( github.head_ref, 'release/') && github.event.pull_request.merged == true
permissions:
contents: write
id-token: write
pull-requests: write
steps:
- uses: Automattic/vip-actions/[email protected]
with:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
PROVENANCE: 'true'
CONVENTIONAL_COMMITS: 'true'