Skip to content

Commit 00499af

Browse files
author
Daniel Montoya
committed
feat(renovate): correction yml to push
1 parent 5ff6d6f commit 00499af

File tree

2 files changed

+28602
-0
lines changed

2 files changed

+28602
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
run: |
2222
ssh-keyscan -t rsa gitlab.com >> ~/.ssh/known_hosts
2323
shell: bash
24+
- name: Delete package-lock.json
25+
- run: rm package-lock.json
2426
- name: Install dependencies and regenerate package-lock.json
2527
run: npm install
2628
- name: Clean install on CI

0 commit comments

Comments
 (0)