Skip to content

Commit

Permalink
Revert "Route around pnpm action (vercel#1297)"
Browse files Browse the repository at this point in the history
This reverts commit dd74051.
  • Loading branch information
nathanhammond committed Jun 13, 2022
1 parent 2930841 commit de05ae2
Showing 1 changed file with 6 additions and 23 deletions.
29 changes: 6 additions & 23 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.1.0
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 @@ -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.1.0
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 de05ae2

Please sign in to comment.