Skip to content

build: 🔧 migrate npm to pnpm #3

build: 🔧 migrate npm to pnpm

build: 🔧 migrate npm to pnpm #3

Workflow file for this run

name: Install pnpm
on:
workflow_call:
jobs:
install-pnpm:
runs-on: ubuntu-latest
steps:

Check failure on line 9 in .github/workflows/install-pnpm.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/install-pnpm.yaml

Invalid workflow file

You have an error in your yaml syntax on line 9
- name: Checkout repository
uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
run_install: false