Skip to content

Commit

Permalink
maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
subject026 committed Oct 26, 2023
1 parent 2a8d702 commit 7ca6fb3
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions .github/workflows/E2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8.8.0

- name: Setup node
uses: actions/setup-node@v3
with:
Expand All @@ -33,6 +38,11 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v3

- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8.8.0

- name: Setup node
uses: actions/setup-node@v3
with:
Expand All @@ -58,18 +68,18 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v3

- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8.8.0

- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18
cache: "pnpm"
# run: pnpm site install

# - name: Setup pnpm
# uses: pnpm/action-setup@v2
# with:
# version: 8.8.0

- name: Install Dependencies
run: pnpm sites install

Expand Down

0 comments on commit 7ca6fb3

Please sign in to comment.