ci: install pnpm via npm instead of action

main
Peter Steinberger 2025-11-25 05:47:43 +01:00
parent 6883c3ae4a
commit 5291cb0dc2
1 changed files with 3 additions and 5 deletions

View File

@ -11,14 +11,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 10.23.0
- name: Node version
run: node -v
- name: Install pnpm
run: npm install -g pnpm@10.23.0
- name: Install dependencies
run: pnpm install --frozen-lockfile --ignore-scripts=false