diff --git a/.github/workflows/DEV-studio.yml b/.github/workflows/DEV-studio.yml index a8ac0c4e6..a2de199ce 100644 --- a/.github/workflows/DEV-studio.yml +++ b/.github/workflows/DEV-studio.yml @@ -23,7 +23,7 @@ jobs: id: install-pnpm uses: pnpm/action-setup@v2.0.0 with: - version: '^7.1.7' + version: '^7.2.1' - name: Install dependencies 🔧 id: install-dependencies run: | diff --git a/.github/workflows/DEV-web.yaml b/.github/workflows/DEV-web.yaml index d1691a622..fd18e0a5e 100644 --- a/.github/workflows/DEV-web.yaml +++ b/.github/workflows/DEV-web.yaml @@ -26,7 +26,7 @@ jobs: id: install-pnpm uses: pnpm/action-setup@v2.0.0 with: - version: '^7.1.7' + version: '^7.2.1' - name: Cache pnpm modules 💾 uses: actions/setup-node@v2 with: diff --git a/.github/workflows/PROD-all-studios.yaml b/.github/workflows/PROD-all-studios.yaml index 806f367d6..e6e0ad951 100644 --- a/.github/workflows/PROD-all-studios.yaml +++ b/.github/workflows/PROD-all-studios.yaml @@ -57,7 +57,7 @@ jobs: id: install-pnpm uses: pnpm/action-setup@v2.0.0 with: - version: '^7.1.7' + version: '^7.2.1' - name: Install dependencies 🔧 id: install-dependencies run: | @@ -132,7 +132,7 @@ jobs: id: install-pnpm uses: pnpm/action-setup@v2.0.0 with: - version: '^7.1.7' + version: '^7.2.1' - name: Install dependencies 🔧 id: install-dependencies run: | diff --git a/.github/workflows/PROD-equinor-algolia-indexers.yaml b/.github/workflows/PROD-equinor-algolia-indexers.yaml index 9b37eb412..ba9875f27 100644 --- a/.github/workflows/PROD-equinor-algolia-indexers.yaml +++ b/.github/workflows/PROD-equinor-algolia-indexers.yaml @@ -27,7 +27,7 @@ jobs: id: install-pnpm uses: pnpm/action-setup@v2.0.0 with: - version: '^7.1.7' + version: '^7.2.1' - name: Cache pnpm modules 💾 uses: actions/setup-node@v2 with: @@ -104,7 +104,7 @@ jobs: id: install-pnpm uses: pnpm/action-setup@v2.0.0 with: - version: '^7.1.7' + version: '^7.2.1' - name: Cache pnpm modules 💾 uses: actions/setup-node@v2 with: diff --git a/.github/workflows/PROD-studios-rollback.yaml b/.github/workflows/PROD-studios-rollback.yaml index c0a0db2d0..f2af24964 100644 --- a/.github/workflows/PROD-studios-rollback.yaml +++ b/.github/workflows/PROD-studios-rollback.yaml @@ -99,7 +99,7 @@ jobs: id: install-pnpm uses: pnpm/action-setup@v2.0.0 with: - version: '^7.1.7' + version: '^7.2.1' - name: Install dependencies 🔧 id: install-dependencies run: | @@ -169,7 +169,7 @@ jobs: id: install-pnpm uses: pnpm/action-setup@v2.0.0 with: - version: '^7.1.7' + version: '^7.2.1' - name: Install dependencies 🔧 id: install-dependencies run: | diff --git a/.github/workflows/PROD-studios.yaml b/.github/workflows/PROD-studios.yaml index f1fecccdd..31ec4aea1 100644 --- a/.github/workflows/PROD-studios.yaml +++ b/.github/workflows/PROD-studios.yaml @@ -73,7 +73,7 @@ jobs: id: install-pnpm uses: pnpm/action-setup@v2.0.0 with: - version: '^7.1.7' + version: '^7.2.1' - name: Install dependencies 🔧 id: install-dependencies run: | @@ -150,7 +150,7 @@ jobs: id: install-pnpm uses: pnpm/action-setup@v2.0.0 with: - version: '^7.1.7' + version: '^7.2.1' - name: Install dependencies 🔧 id: install-dependencies run: | diff --git a/.github/workflows/TEST-studio.yaml b/.github/workflows/TEST-studio.yaml index 74c934d6c..d807f1708 100644 --- a/.github/workflows/TEST-studio.yaml +++ b/.github/workflows/TEST-studio.yaml @@ -18,7 +18,7 @@ jobs: id: install-pnpm uses: pnpm/action-setup@v2.0.0 with: - version: '^7.1.7' + version: '^7.2.1' - name: Install dependencies 🔧 id: install-dependencies run: | diff --git a/.github/workflows/TEST-web.yaml b/.github/workflows/TEST-web.yaml index da7f91964..0bdd019cd 100644 --- a/.github/workflows/TEST-web.yaml +++ b/.github/workflows/TEST-web.yaml @@ -14,7 +14,7 @@ jobs: id: install-pnpm uses: pnpm/action-setup@v2.0.0 with: - version: '^7.1.7' + version: '^7.2.1' - name: Cache pnpm modules 💾 uses: actions/setup-node@v2 with: diff --git a/.github/workflows/a11y.yaml b/.github/workflows/a11y.yaml index cf6f140f8..13dc3b1f2 100644 --- a/.github/workflows/a11y.yaml +++ b/.github/workflows/a11y.yaml @@ -36,7 +36,7 @@ jobs: id: install-pnpm uses: pnpm/action-setup@v2.0.0 with: - version: '^7.1.7' + version: '^7.2.1' - name: Install dependencies 🔧 id: install-dependencies run: | diff --git a/.github/workflows/legacy-js.yaml b/.github/workflows/legacy-js.yaml index 88b5ca4dd..915fecfaf 100644 --- a/.github/workflows/legacy-js.yaml +++ b/.github/workflows/legacy-js.yaml @@ -29,7 +29,7 @@ jobs: id: install-pnpm uses: pnpm/action-setup@v2.0.0 with: - version: '^7.1.7' + version: '^7.2.1' - name: Build legacy js id: build-legacy-js working-directory: ./legacy/js diff --git a/.github/workflows/storybook.yaml b/.github/workflows/storybook.yaml index a2903d072..5fba8bb59 100644 --- a/.github/workflows/storybook.yaml +++ b/.github/workflows/storybook.yaml @@ -30,7 +30,7 @@ jobs: id: install-pnpm uses: pnpm/action-setup@v2.0.0 with: - version: '^7.1.7' + version: '^7.2.1' - name: Install dependencies 🔽 id: install-dependencies run: |