Re-adding npm ci because apparently it _is_ required!
This commit is contained in:
parent
3ff43a1901
commit
b83f57df47
@ -18,6 +18,13 @@ jobs:
|
|||||||
# super-linter needs the full git history to get the
|
# super-linter needs the full git history to get the
|
||||||
# list of files that changed across commits
|
# list of files that changed across commits
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
# This _shouldn't_ be necessary, since `node_modules` are checked-in?
|
||||||
|
# But, adding it because, without it, I get `Cannot find module '/workspace/scubbo/commit-report-sync/node_modules/.../...out/index.js'.
|
||||||
|
# Please verify that the package.json has a valid "main" entry
|
||||||
|
# Weird!
|
||||||
|
- name: Install
|
||||||
|
run: npm ci
|
||||||
|
|
||||||
# Usually I would...
|
# Usually I would...
|
||||||
# - name: Super Linter
|
# - name: Super Linter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user