Skip to content

Commit 2e77241

Browse files
author
Gonzalo Diaz
committed
[CONFIG] Node script for github-actions, now use same dependency "pre-build" command as Docker build script.
1 parent 624f9b7 commit 2e77241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
node-version: ${{ matrix.node-version }}
3232

3333
- name: Install dependencies
34-
run: npm install
34+
run: npm ci --verbose
3535

3636
- name: Lint
3737
run: npm run lint

0 commit comments

Comments
 (0)