Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade pnpm to v8 #1051 #1678

Merged
merged 2 commits into from
Jun 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN fish install --noninteractive
VOLUME [ "/var/lib/docker" ]

# [Optional] Uncomment if you want to install more global node packages
RUN su node -c "npm install -g pnpm@7.2.1"
RUN su node -c "npm install -g pnpm@8.5.1"
RUN su node -c "npm install -g gitmoji-cli"
RUN su node -c "npm install -g azure-functions-core-tools@4 --unsafe-perm true"
RUN su node -c "npm install -g azurite"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/DEV-studio-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: install-pnpm
uses: pnpm/[email protected]
with:
version: '^7.2.1'
version: '^8.5.1'
- name: Cache pnpm modules 💾
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/DEV-studio.yml
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.2.1'
version: '^8.5.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 @@ -31,7 +31,7 @@ jobs:
id: install-pnpm
uses: pnpm/[email protected]
with:
version: '^7.2.1'
version: '^8.5.1'
- name: Cache pnpm modules 💾
uses: actions/setup-node@v3
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 @@ -67,7 +67,7 @@ jobs:
id: install-pnpm
uses: pnpm/[email protected]
with:
version: '^7.2.1'
version: '^8.5.1'
- name: Install dependencies 🔧
id: install-dependencies
run: |
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
id: install-pnpm
uses: pnpm/[email protected]
with:
version: '^7.2.1'
version: '^8.5.1'
- name: Install dependencies 🔧
id: install-dependencies
run: |
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 @@ -103,7 +103,7 @@ jobs:
id: install-pnpm
uses: pnpm/[email protected]
with:
version: '^7.2.1'
version: '^8.5.1'
- name: Install dependencies 🔧
id: install-dependencies
run: |
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
id: install-pnpm
uses: pnpm/[email protected]
with:
version: '^7.2.1'
version: '^8.5.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 @@ -83,7 +83,7 @@ jobs:
id: install-pnpm
uses: pnpm/[email protected]
with:
version: '^7.2.1'
version: '^8.5.1'
- name: Install dependencies 🔧
id: install-dependencies
run: |
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
id: install-pnpm
uses: pnpm/[email protected]
with:
version: '^7.2.1'
version: '^8.5.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 @@ -31,7 +31,7 @@ jobs:
id: install-pnpm
uses: pnpm/[email protected]
with:
version: '^7.2.1'
version: '^8.5.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 @@ -31,7 +31,7 @@ jobs:
id: install-pnpm
uses: pnpm/[email protected]
with:
version: '^7.2.1'
version: '^8.5.1'
- name: Cache pnpm modules 💾
uses: actions/setup-node@v3
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 @@ -39,7 +39,7 @@ jobs:
id: install-pnpm
uses: pnpm/[email protected]
with:
version: '^7.2.1'
version: '^8.5.1'
- name: Install dependencies 🔧
id: install-dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/equinor-algolia-indexers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
id: install-pnpm
uses: pnpm/[email protected]
with:
version: '^7.2.1'
version: '^8.5.1'
- name: Cache pnpm modules 💾
uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
id: install-pnpm
uses: pnpm/[email protected]
with:
version: '^7.2.1'
version: '^8.5.1'
- name: Cache pnpm modules 💾
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fotoware-redirect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
id: install-pnpm
uses: pnpm/[email protected]
with:
version: '^7.2.1'
version: '^8.5.1'
- name: Cache pnpm modules 💾
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storybook-pro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id: install-pnpm
uses: pnpm/[email protected]
with:
version: '^7.2.1'
version: '^8.5.1'
- name: Install dependencies 🔽
id: install-dependencies
run: |
Expand Down
Loading