diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0268f9087..61ae18fa8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,10 +19,8 @@ jobs: uses: actions/setup-node@v4 with: node-version: 16.x - - name: Install pnpm - uses: pnpm/action-setup@v3 - with: - version: latest + - name: install pnpm + run: npm i pnpm@latest -g - name: setup pnpm config run: pnpm config set store-dir $PNPM_CACHE_FOLDER - name: install dependencies