Skip to content

Commit

Permalink
⬆️ Upgrade actions to latest version of pnpm (#1128)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsml authored Jun 13, 2022
1 parent 9805b82 commit 5624e47
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/DEV-studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: install-pnpm
uses: pnpm/[email protected]
with:
version: '^7.1.7'
version: '^7.2.1'
- name: Install dependencies 🔧
id: install-dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/DEV-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
id: install-pnpm
uses: pnpm/[email protected]
with:
version: '^7.1.7'
version: '^7.2.1'
- name: Cache pnpm modules 💾
uses: actions/setup-node@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/PROD-all-studios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
id: install-pnpm
uses: pnpm/[email protected]
with:
version: '^7.1.7'
version: '^7.2.1'
- name: Install dependencies 🔧
id: install-dependencies
run: |
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
id: install-pnpm
uses: pnpm/[email protected]
with:
version: '^7.1.7'
version: '^7.2.1'
- name: Install dependencies 🔧
id: install-dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/PROD-equinor-algolia-indexers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: install-pnpm
uses: pnpm/[email protected]
with:
version: '^7.1.7'
version: '^7.2.1'
- name: Cache pnpm modules 💾
uses: actions/setup-node@v2
with:
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
id: install-pnpm
uses: pnpm/[email protected]
with:
version: '^7.1.7'
version: '^7.2.1'
- name: Cache pnpm modules 💾
uses: actions/setup-node@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/PROD-studios-rollback.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
id: install-pnpm
uses: pnpm/[email protected]
with:
version: '^7.1.7'
version: '^7.2.1'
- name: Install dependencies 🔧
id: install-dependencies
run: |
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
id: install-pnpm
uses: pnpm/[email protected]
with:
version: '^7.1.7'
version: '^7.2.1'
- name: Install dependencies 🔧
id: install-dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/PROD-studios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
id: install-pnpm
uses: pnpm/[email protected]
with:
version: '^7.1.7'
version: '^7.2.1'
- name: Install dependencies 🔧
id: install-dependencies
run: |
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
id: install-pnpm
uses: pnpm/[email protected]
with:
version: '^7.1.7'
version: '^7.2.1'
- name: Install dependencies 🔧
id: install-dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/TEST-studio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
id: install-pnpm
uses: pnpm/[email protected]
with:
version: '^7.1.7'
version: '^7.2.1'
- name: Install dependencies 🔧
id: install-dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/TEST-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
id: install-pnpm
uses: pnpm/[email protected]
with:
version: '^7.1.7'
version: '^7.2.1'
- name: Cache pnpm modules 💾
uses: actions/setup-node@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/a11y.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
id: install-pnpm
uses: pnpm/[email protected]
with:
version: '^7.1.7'
version: '^7.2.1'
- name: Install dependencies 🔧
id: install-dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/legacy-js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: install-pnpm
uses: pnpm/[email protected]
with:
version: '^7.1.7'
version: '^7.2.1'
- name: Build legacy js
id: build-legacy-js
working-directory: ./legacy/js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storybook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
id: install-pnpm
uses: pnpm/[email protected]
with:
version: '^7.1.7'
version: '^7.2.1'
- name: Install dependencies 🔽
id: install-dependencies
run: |
Expand Down

0 comments on commit 5624e47

Please sign in to comment.