File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7171 run : npm version "${RELEASE_VERSION}" --no-git-tag-version
7272
7373 - name : Install dependencies
74- run : npm install
74+ run : npm install --ignore-scripts
7575
7676 - name : Test
7777 id : test
Original file line number Diff line number Diff line change 6060 run : npm version "${RELEASE_VERSION}" --no-git-tag-version
6161
6262 - name : Install dependencies
63- run : npm install
63+ run : npm install --ignore-scripts
6464
6565 - name : Build
6666 run : npm run build
Original file line number Diff line number Diff line change 3535
3636 - name : Install npm dependencies
3737 if : steps.find-files.outputs.found != ''
38- run : npm install --global renovate
38+ run : npm install --ignore-scripts -- global renovate
3939
4040 - name : renovate config validator
4141 if : steps.find-files.outputs.found != ''
You can’t perform that action at this time.
0 commit comments