Skip to content

chore: use mise and corepack #46

chore: use mise and corepack

chore: use mise and corepack #46

Workflow file for this run

name: Release
on:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
with:
version: 7.19.0
- uses: actions/[email protected]
with:
node-version: 18.12.1
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm build
- run: pnpm test
- uses: cycjimmy/semantic-release-action@v3
with:
semantic_version: 18.0.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}