Skip to content

fix(cache): await development cache replacement #9787

fix(cache): await development cache replacement

fix(cache): await development cache replacement #9787

Workflow file for this run

name: ci
on:
push:
branches:
- main
- feat/*
- fix/*
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
ubuntu:
runs-on: ubuntu-latest
env:
COREPACK_DEFAULT_TO_LATEST: 0
steps:
- uses: actions/checkout@v7
with:
persist-credentials: false
- uses: actions/setup-node@v7
with:
package-manager-cache: false
node-version: '24'
- run: npm i -g --force corepack && corepack enable
- run: pnpm install
- run: pnpm dev:prepare
- run: pnpm lint
- run: pnpm prepack
- run: pnpm typecheck
- run: pnpm test
- name: Publish
run: pnpx pkg-pr-new publish --compact --no-template --pnpm