Skip to content

chore(deps-dev): Bump globals from 15.11.0 to 15.14.0 #61

chore(deps-dev): Bump globals from 15.11.0 to 15.14.0

chore(deps-dev): Bump globals from 15.11.0 to 15.14.0 #61

Workflow file for this run

name: Bump server version
on:
pull_request:
paths:
- "src/*"
- "**.yaml"
- "**.ts"
- "**.json"
- "!.github/*"
types:
- unlabeled
- labeled
- synchronize
- opened
- reopened
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
bump-version:
runs-on: ubuntu-latest
steps:
- uses: zendesk/checkout@v4
- name: Bump version
uses: zendesk/[email protected]
with:
file_path: "package.json"
comment: true