Skip to content

chore(deps-dev): bump typescript from 5.4.5 to 5.5.2 in the minor-and-patch-updates group #12

chore(deps-dev): bump typescript from 5.4.5 to 5.5.2 in the minor-and-patch-updates group

chore(deps-dev): bump typescript from 5.4.5 to 5.5.2 in the minor-and-patch-updates group #12

Workflow file for this run

name: Preview Release
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
preview-release:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Setup and Test
uses: ./.github/actions/setup-and-test
- name: Bump Version
run: npm run bump
- name: Build
run: npm run prepublishOnly
- name: Publish Preview Release
run: npx pkg-pr-new publish --compact
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}