From 8f10093cea27984d0daf908613b9a0a0a698c519 Mon Sep 17 00:00:00 2001 From: Saihajpreet Singh Date: Tue, 5 Dec 2023 15:27:19 -0500 Subject: [PATCH] ci: testing shared config change --- .github/workflows/benchmark.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/deployment-e2e.yml | 2 +- .github/workflows/website-integrity.yml | 2 +- .github/workflows/website.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 0377823c99..fab1cf182e 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -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 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56cdad4d81..a6fe5d4c6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 diff --git a/.github/workflows/deployment-e2e.yml b/.github/workflows/deployment-e2e.yml index 13329d9f28..c18bd581cc 100644 --- a/.github/workflows/deployment-e2e.yml +++ b/.github/workflows/deployment-e2e.yml @@ -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 diff --git a/.github/workflows/website-integrity.yml b/.github/workflows/website-integrity.yml index 2ed8796dc0..ba1bbc4ff6 100644 --- a/.github/workflows/website-integrity.yml +++ b/.github/workflows/website-integrity.yml @@ -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 diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index d787ced40a..ba71421f37 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -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