mirror of
https://code.forgejo.org/actions/upload-artifact.git
synced 2026-04-03 05:27:27 +03:00
npm ci
This commit is contained in:
parent
e17ea6899e
commit
3b4d183399
2 changed files with 3 additions and 3 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -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…
Add table
Add a link
Reference in a new issue