[CI]Add more description to npm install

This commit is contained in:
Jimmy 2021-04-30 15:56:06 +08:00 committed by CactusPuppy
parent 6c64114380
commit 16e22b2ea5
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82

View file

@ -42,7 +42,7 @@ jobs:
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:
node-version: '12.x' node-version: '12.x'
- name: Install dependencies - name: Install JavaScript libraries via npm
run: npm install run: npm install
- name: Prepare spec - name: Prepare spec
run: | run: |