From e5778c5735974e755fd94b9c5ae4b8a33dbc73b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Wed, 2 Aug 2023 14:01:42 +0200 Subject: [PATCH] ci: Try with `run_install` --- .github/workflows/ci-master.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index a56e67bfb8096..ddf0fa2a84feb 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -20,6 +20,8 @@ jobs: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2.2.4 + with: + run_install: true - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 @@ -27,9 +29,6 @@ jobs: node-version: ${{ matrix.node-version }} cache: pnpm - - name: Install dependencies - run: pnpm install --frozen-lockfile - - name: Build run: pnpm build @@ -67,6 +66,8 @@ jobs: key: ${{ github.sha }}-base:${{ matrix.node-version }}-test-lint - uses: pnpm/action-setup@v2.2.4 + with: + run_install: true - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 @@ -103,6 +104,8 @@ jobs: key: ${{ github.sha }}-base:${{ matrix.node-version }}-test-lint - uses: pnpm/action-setup@v2.2.4 + with: + run_install: true - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3