Skip to content

chore: bump globals from 16.5.0 to 17.0.0 in the npm-packages group (… #128

chore: bump globals from 16.5.0 to 17.0.0 in the npm-packages group (…

chore: bump globals from 16.5.0 to 17.0.0 in the npm-packages group (… #128

Workflow file for this run

name: 'Release'
on:
push:
branches:
- main
jobs:
main:
runs-on: ubuntu-latest
permissions:
contents: write
deployments: write
issues: write
pull-requests: write
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v6
with:
node-version: 24
- run: pnpm install
- run: pnpm build
- run: pnpm semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}