Skip to content

Commit 121bdd4

Browse files
author
Kelly Selden
committed
Revert "chore: newer pnpm version in CI"
This reverts commit 25156d7.
1 parent f0f6246 commit 121bdd4

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ env:
1313
global:
1414
- DEBUG=ember-cli-update,boilerplate-update,git-diff-apply,git-fixtures
1515
before_install:
16-
# - curl -L https://unpkg.com/@pnpm/self-installer | node
17-
- npm i -g pnpm
16+
- curl -L https://unpkg.com/@pnpm/self-installer | node
1817
install:
1918
- pnpm install
2019
jobs:

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ init:
1414
# Install scripts. (runs after repo cloning)
1515
install:
1616
- ps: Install-Product node $env:nodejs_version
17-
# - curl -L https://unpkg.com/@pnpm/self-installer | node
18-
- npm i -g pnpm
17+
- curl -L https://unpkg.com/@pnpm/self-installer | node
1918
- pnpm install
2019

2120
# Post-install test scripts.

0 commit comments

Comments
 (0)