[CI]Add more description to npm install

This commit is contained in:
Jimmy 2021-04-30 15:56:06 +08:00
parent 96f9cf1c4e
commit c2981eab7b
No known key found for this signature in database
GPG key ID: FAE75C760A4A5CC6

View file

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