Skip to content

fix: formatter (#6)

fix: formatter (#6) #7

Workflow file for this run

name: Version Up
on:
push:
branches: [main]
jobs:
auto-version-up:
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: main
- uses: ./.github/actions/initialize
- uses: pnpm/[email protected]
with:
version: 8.15.1
- uses: actions/setup-node@v2
with:
node-version: "20.x"
cache: "pnpm"
- run: pnpm i --frozen-lockfile
- name: Auto version update
run: |
pnpm lerna:version:up