chore: use npm install in babel-test262-runner setup (#11113)

* chore: use npm i on babel-test262-runner

* chore: use npm ci
This commit is contained in:
Huáng Jùnliàng 2020-02-10 15:53:44 +09:00 committed by GitHub
parent 38529699d6
commit df78258765

View File

@ -88,8 +88,8 @@ jobs:
command: |
git clone --recurse-submodules https://github.com/babel/babel-test262-runner
cd babel-test262-runner
yarn
yarn add tap-mocha-reporter --dev
npm ci
npm i tap-mocha-reporter --save-dev
node lib/download-node
- run:
name: Download master branch Test262 artifact