Skip to content

fix(deps): update @dcloudio #22

fix(deps): update @dcloudio

fix(deps): update @dcloudio #22

Workflow file for this run

# https://github.com/unocss/unocss/blob/fe83a90b59cf4599be57ea825166bb74d92b104c/.github/workflows/pkg.pr.new.yml
name: Publish Any Commit
on:
pull_request:
push:
branches:
- '**'
tags:
- '!**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: pnpm
registry-url: https://registry.npmjs.org
- name: Setup corepack
run: corepack enable
- name: Install Dependencies
run: pnpm install
- name: Build
run: pnpm build
- name: Release
run: pnpx pkg-pr-new publish --compact --pnpm './packages/*'