Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
cache: pnpm

- name: ⎔ Upgrade npm for OIDC support
run: pnpm install -g npm@latest
run: pnpm install --ignore-scripts -g npm@latest

- name: 📥 Install dependencies
run: pnpm install --frozen-lockfile
run: pnpm install --ignore-scripts --frozen-lockfile

- name: 🔍 Type Check
run: pnpm run typecheck
Expand Down
Loading