Skip to content

Commit 11dbd90

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 7ee97fd commit 11dbd90

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
@@ -33,7 +33,7 @@ jobs:
3333
node-version: ${{ matrix.node-version }}
3434

3535
- name: Install dependencies
36-
run: npm install
36+
run: npm ci --verbose
3737

3838
- name: Lint
3939
run: npm run lint

0 commit comments

Comments
 (0)