Skip to content

Commit

Permalink
Revert #1297 (#1375)
Browse files Browse the repository at this point in the history
I've been seeing *frequent* intermittent `pnpm` failures in CI. In theory #1297 is safe to revert and I'm trying to see if that makes problems go away.
  • Loading branch information
nathanhammond authored Jun 13, 2022
1 parent 2930841 commit ee7a705
Showing 1 changed file with 7 additions and 24 deletions.
31 changes: 7 additions & 24 deletions .github/workflows/ci-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,11 @@ jobs:
go-version: 1.18.0
id: go

# Can re-enable when https://github.com/pnpm/action-setup/issues/44 is fixed
# - uses: pnpm/action-setup@v2.2.1
# with:
# version: 6.32.11

- name: Setup Node.js environment
uses: actions/setup-node@v3
- uses: pnpm/action-setup@v2
with:
node-version: 16

- name: Install pnpm
run: npm install -g pnpm@6.32.11
version: 6.32.11

- name: Setup Node.js environment, now with pnpm
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 16
Expand Down Expand Up @@ -76,7 +67,7 @@ jobs:
go-version: 1.18.0
id: wingo

- uses: pnpm/action-setup@v2.1.0
- uses: pnpm/action-setup@v2
with:
version: 6.32.11

Expand Down Expand Up @@ -137,19 +128,11 @@ jobs:
go-version: 1.18.0
id: go

# - uses: pnpm/action-setup@v2.2.1
# with:
# version: 6.32.11

- name: Setup Node.js environment
uses: actions/setup-node@v3
- uses: pnpm/action-setup@v2
with:
node-version: 16

- name: Install pnpm
run: npm install -g pnpm@6.32.11
version: 6.32.11

- name: Setup Node.js environment, now with pnpm
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 16
Expand Down

0 comments on commit ee7a705

Please sign in to comment.