Skip to content

Commit

Permalink
Use the-guild-org/shared-config@v1 (dotansimha#3387)
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo authored Jul 26, 2024
1 parent aa8237d commit 4c44117
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 18 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Setup env
uses: the-guild-org/shared-config/setup@main
uses: the-guild-org/shared-config/setup@v1
with:
nodeVersion: 22
packageManager: pnpm
node-version-file: .node-version

- name: Build Packages
run: pnpm build
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,9 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Setup env
uses: the-guild-org/shared-config/setup@main
uses: the-guild-org/shared-config/setup@v1
with:
nodeVersion: 22
packageManager: pnpm
node-version-file: .node-version

- name: Build Packages
run: pnpm build
Expand All @@ -185,10 +184,9 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Setup env
uses: the-guild-org/shared-config/setup@main
uses: the-guild-org/shared-config/setup@v1
with:
nodeVersion: 22
packageManager: pnpm
node-version-file: .node-version

- name: Setup Bun Runtime
uses: antongolub/action-setup-bun@v1
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/deployment-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Setup env
uses: the-guild-org/shared-config/setup@main
uses: the-guild-org/shared-config/setup@v1
with:
nodeVersion: 22
packageManager: pnpm
node-version-file: .node-version

- name: Build Packages
run: pnpm build
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/website-integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ jobs:
run: git fetch origin main

- name: Setup env
uses: the-guild-org/shared-config/setup@main
uses: the-guild-org/shared-config/setup@v1
with:
nodeVersion: 22
packageManager: pnpm
node-version-file: .node-version

- name: Build Packages
run: pnpm build
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ jobs:
with:
fetch-depth: 0

- uses: the-guild-org/shared-config/setup@main
- uses: the-guild-org/shared-config/setup@v1
name: setup env
with:
nodeVersion: 22
packageManager: pnpm
node-version-file: .node-version

- uses: the-guild-org/shared-config/website-cf@main
name: build and deploy website
Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v22

0 comments on commit 4c44117

Please sign in to comment.