Skip to content

chore(deps): update dependency @biomejs/biome to v2.3.5 #84

chore(deps): update dependency @biomejs/biome to v2.3.5

chore(deps): update dependency @biomejs/biome to v2.3.5 #84

Workflow file for this run

name: publish
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
environment: production
permissions:
contents: write
issues: write
pull-requests: write
id-token: write
steps:
- uses: actions/checkout@v5
with:
ssh-key: ${{ secrets.DEPLOY_KEY }}
fetch-depth: 0
- uses: actions/setup-node@v6
with:
node-version-file: '.nvmrc'
cache: 'npm'
- run: npm ci
- run: npm audit signatures
- run: npm run build
- run: npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}