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 9 #2516

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
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
12 changes: 6 additions & 6 deletions .github/workflows/DEV-studio-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: staging
- name: Install pnpm 📦
id: install-pnpm
uses: pnpm/action-setup@v4
with:
version: '8.5.1'
version: '9.10.0'
- name: Cache pnpm modules 💾
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: staging
- name: Set image tag 🏷
Expand All @@ -67,7 +67,7 @@ jobs:
echo "IMAGE_TAG_SHA=$(git rev-parse --short=12 ${GITHUB_SHA})" >> $GITHUB_ENV
- name: Checkout internal 🛎️
id: checkout-internal
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'equinor/energyvision-internal'
ref: main
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
DOCKER_BUILDKIT: 1
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4
- id: deploy-satellite
uses: ./.github/workflows/deploy-v3/
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/DEV-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ jobs:
DOCKER_BUILDKIT: 1
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: staging
- name: Install pnpm 📦
id: install-pnpm
uses: pnpm/action-setup@v4
with:
version: '8.5.1'
version: '9.10.0'
- name: Cache pnpm modules 💾
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
DOCKER_BUILDKIT: 1
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4
- id: deploy-global-development
uses: ./.github/workflows/deploy-websites/
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/PREPROD-studios-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set image tag 🏷
shell: bash
Expand All @@ -32,7 +32,7 @@ jobs:

- name: Checkout internal 🛎️
id: checkout-internal
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'equinor/energyvision-internal'
ref: main
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: set-matrix
name: Read from satellites.json
run: |
Expand All @@ -95,7 +95,7 @@ jobs:
DOCKER_BUILDKIT: 1
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4
- id: deploy-satellite
uses: ./.github/workflows/deploy-v3/
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/PREPROD-webs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set image tag 🏷
shell: bash
Expand All @@ -34,7 +34,7 @@ jobs:

- name: Checkout internal 🛎️
id: checkout-internal
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'equinor/energyvision-internal'
ref: main
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
DOCKER_BUILDKIT: 1
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4
- id: deploy-secret
uses: ./.github/workflows/deploy-websites/
with:
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- id: set-matrix
name: Read from satellites.json
run: |
Expand All @@ -131,7 +131,7 @@ jobs:
DOCKER_BUILDKIT: 1
steps:
- name: Checkout 🔔
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Deploy website 🌐
id: deploy-website
uses: ./.github/workflows/deploy-websites/
Expand Down
26 changes: 13 additions & 13 deletions .github/workflows/PROD-all-studios-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- name: Checkout internal 🛎️
id: checkout-internal
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'equinor/energyvision-internal'
ref: main
Expand All @@ -41,7 +41,7 @@ jobs:
echo "sha=$(python ci/returnComponentVersion.py preprod studio-global)" >> $GITHUB_OUTPUT
- name: Checkout 🛎️
id: checkout-main
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'equinor/energyvision'
fetch-depth: 0
Expand All @@ -53,7 +53,7 @@ jobs:
echo "sha=$(git rev-parse ${{ steps.get-preprod-sha.outputs.sha }})" >> $GITHUB_OUTPUT
- name: Checkout 🛎️
id: checkout-specific-branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'equinor/energyvision'
fetch-depth: 0
Expand All @@ -62,9 +62,9 @@ jobs:
id: install-pnpm
uses: pnpm/action-setup@v4
with:
version: '8.5.1'
version: '9.10.0'
- name: Cache pnpm modules 💾
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
steps:
- name: Checkout internal 🛎️
id: checkout-internal
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'equinor/energyvision-internal'
ref: main
Expand All @@ -123,7 +123,7 @@ jobs:
echo "sha=$(python ci/returnGlobalStudioVersion.py preprod)" >> $GITHUB_OUTPUT
- name: Checkout 🛎️
id: checkout-main
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'equinor/energyvision'
fetch-depth: 0
Expand All @@ -135,7 +135,7 @@ jobs:
echo "sha=$(git rev-parse ${{ steps.get-preprod-sha.outputs.sha }})" >> $GITHUB_OUTPUT
- name: Checkout 🛎️
id: checkout-specific-branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'equinor/energyvision'
fetch-depth: 0
Expand All @@ -144,9 +144,9 @@ jobs:
id: install-pnpm
uses: pnpm/action-setup@v4
with:
version: '8.5.1'
version: '9.10.0'
- name: Cache pnpm modules 💾
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
steps:
- name: Checkout internal 🛎️
id: checkout-internal
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'equinor/energyvision-internal'
ref: main
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
DOCKER_BUILDKIT: 1
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get token 🔑
id: get-token
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
steps:
- name: Checkout internal 🛎️
id: checkout-internal
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'equinor/energyvision-internal'
ref: main
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/PROD-all-webs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Checkout internal 🛎️
id: checkout-internal
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'equinor/energyvision-internal'
ref: main
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
DOCKER_BUILDKIT: 1
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get token 🔑
id: get-token
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
steps:
- name: Checkout internal 🛎️
id: checkout-internal
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'equinor/energyvision-internal'
ref: main
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/PROD-studios-selected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- name: Checkout internal 🛎️
id: checkout-internal
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'equinor/energyvision-internal'
ref: main
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
DOCKER_BUILDKIT: 1
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get token 🔑
id: get-token
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
steps:
- name: Checkout internal 🛎️
id: checkout-internal
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'equinor/energyvision-internal'
ref: main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/PROD-webs-rollback.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
steps:
- name: Checkout internal 🛎️
id: checkout-internal
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'equinor/energyvision-internal'
ref: main
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
DOCKER_BUILDKIT: 1
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Get token 🔑
id: get-token
uses: ./.github/workflows/get-auth-token/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/PROD-webs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- name: Checkout internal 🛎️
id: checkout-internal
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: 'equinor/energyvision-internal'
ref: main
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
DOCKER_BUILDKIT: 1
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get token 🔑
id: get-token
Expand Down
Loading
Loading