diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 182b3a320dc..4137be47760 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -23,7 +23,7 @@ jobs: name: Install pnpm id: pnpm-install with: - version: 7 + version: 8.3 run_install: false - name: Get pnpm store directory @@ -40,7 +40,7 @@ jobs: - name: Install dependencies run: | - pnpm install --no-frozen-lockfile + pnpm install --frozen-lockfile pnpm ls --recursive lint: @@ -60,7 +60,7 @@ jobs: name: Install pnpm id: pnpm-install with: - version: 7 + version: 8.3 run_install: false - name: Get pnpm store directory @@ -77,7 +77,7 @@ jobs: - name: Install dependencies run: | - pnpm install --no-frozen-lockfile + pnpm install --frozen-lockfile - name: "Continuous Integration: lint" run: | @@ -100,7 +100,7 @@ jobs: name: Install pnpm id: pnpm-install with: - version: 7 + version: 8.3 run_install: false - name: Get pnpm store directory @@ -117,7 +117,7 @@ jobs: - name: Install dependencies run: | - pnpm install --no-frozen-lockfile + pnpm install --frozen-lockfile - name: "Continuous Integration: build" env: @@ -156,7 +156,7 @@ jobs: name: Install pnpm id: pnpm-install with: - version: 7 + version: 8.3 run_install: false - name: Get pnpm store directory @@ -173,7 +173,7 @@ jobs: - name: Install dependencies run: | - pnpm install --no-frozen-lockfile + pnpm install --frozen-lockfile - name: "Continuous Integration: test" run: | @@ -198,7 +198,7 @@ jobs: name: Install pnpm id: pnpm-install with: - version: 7 + version: 8.3 run_install: false - name: Get pnpm store directory @@ -215,7 +215,7 @@ jobs: - name: Install dependencies run: | - pnpm install --no-frozen-lockfile + pnpm install --frozen-lockfile - name: "Continuous Integration: build Storybook with animation disabled" env: @@ -280,7 +280,7 @@ jobs: name: Install pnpm id: pnpm-install with: - version: 7 + version: 8.3 run_install: false - name: Get pnpm store directory @@ -297,7 +297,7 @@ jobs: - name: "Continuous Deployment: install" run: | - pnpm install --no-frozen-lockfile + pnpm install --frozen-lockfile pnpm ls --recursive - name: "Continuous Deployment: build"