mirror of
https://github.com/actions/upload-artifact.git
synced 2025-07-21 13:58:24 +02:00
Use NPM CI vs install
This commit is contained in:
parent
e1509fb29d
commit
7375ec431c
2 changed files with 4 additions and 8 deletions
2
.github/workflows/check-dist.yml
vendored
2
.github/workflows/check-dist.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
cache: 'npm'
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
run: npm ci
|
||||
|
||||
- name: Move the committed index.js file
|
||||
run: mv dist/index.js /tmp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue