Skip to content

Update dependency vitest to v4.0.15 (#560) #616

Update dependency vitest to v4.0.15 (#560)

Update dependency vitest to v4.0.15 (#560) #616

Workflow file for this run

name: release
on:
pull_request:
paths:
- .github/workflows/release.yaml
push:
branches:
- main
tags:
- v*
jobs:
tag:
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
contents: write
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version-file: .node-version
package-manager-cache: false
- run: npm install -g pnpm@latest-10
- run: pnpm i
- run: pnpm build
- uses: int128/release-typescript-action@2e223137a0746fa37f9a8dadf6d3086e3c45b814 # v1.40.0
with:
# TODO: change this on the stable release
major-version: 0