Skip to content

Commit

Permalink
ci: testing shared config change
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj committed Dec 5, 2023
1 parent 29b0b6e commit 8f10093
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4

- name: Setup env
uses: the-guild-org/shared-config/setup@main
uses: the-guild-org/shared-config/setup@saihaj/311
with:
nodeVersion: 20
packageManager: pnpm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4

- name: Setup env
uses: the-guild-org/shared-config/setup@main
uses: the-guild-org/shared-config/setup@saihaj/311
with:
nodeVersion: 20
packageManager: pnpm
Expand All @@ -185,7 +185,7 @@ jobs:
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4

- name: Setup env
uses: the-guild-org/shared-config/setup@main
uses: the-guild-org/shared-config/setup@saihaj/311
with:
nodeVersion: 20
packageManager: pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deployment-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4

- name: Setup env
uses: the-guild-org/shared-config/setup@main
uses: the-guild-org/shared-config/setup@saihaj/311
with:
nodeVersion: 20
packageManager: pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website-integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: git fetch origin main

- name: Setup env
uses: the-guild-org/shared-config/setup@main
uses: the-guild-org/shared-config/setup@saihaj/311
with:
nodeVersion: 20
packageManager: pnpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
fetch-depth: 0

- uses: the-guild-org/shared-config/setup@main
- uses: the-guild-org/shared-config/setup@saihaj/311
name: setup env
with:
nodeVersion: 20
Expand Down

0 comments on commit 8f10093

Please sign in to comment.