Skip to content

Commit

Permalink
[Tests] pin pnpm to a version that supports node 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 14, 2021
1 parent 24b360f commit 0831778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ node_js:
cache: yarn
before_install:
- nvm install-latest-npm
- npm install -g pnpm
- npm install -g pnpm@3
script:
- if [ "${LINT-}" = 'true']; then npm run lint; fi
- if [ "${TEST-}" = 'true' ]; then npm run tests-only; fi
Expand Down

0 comments on commit 0831778

Please sign in to comment.