Skip to content

ci: debug postinstall workflow #1

ci: debug postinstall workflow

ci: debug postinstall workflow #1

name: Debug Postinstall
on:
push:
jobs:
debug-postinstall:
name: Debug Postinstall
runs-on: windows-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Action Setup (pnpm)
uses: pnpm/action-setup@v4
with:
version: 8
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Debug
run: pnpm debug-postinstall