npm ci
parent
e17ea6899e
commit
3b4d183399
|
@ -30,7 +30,7 @@ jobs:
|
|||
node-version: 12.x
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
run: npm ci
|
||||
|
||||
- name: Move the committed index.js file
|
||||
run: mv dist/index.js /tmp
|
||||
|
|
|
@ -30,8 +30,8 @@ jobs:
|
|||
with:
|
||||
node-version: 12.x
|
||||
|
||||
- name: npm install
|
||||
run: npm install
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Compile
|
||||
run: npm run build
|
||||
|
|
Loading…
Reference in New Issue