Skip to content

Commit 25156d7

Browse files
author
Kelly Selden
committed
chore: newer pnpm version in CI
1 parent a86d5d2 commit 25156d7

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ 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
16+
# - curl -L https://unpkg.com/@pnpm/self-installer | node
17+
- npm i -g pnpm
1718
install:
1819
- pnpm install
1920
jobs:

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ 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
17+
# - curl -L https://unpkg.com/@pnpm/self-installer | node
18+
- npm i -g pnpm
1819
- pnpm install
1920

2021
# Post-install test scripts.

0 commit comments

Comments
 (0)