Skip to content

Commit f01dd84

Browse files
ErioldDaniel Montoya
andauthored
feat(update): se mergea los cambios con main y node 14 (#553)
Co-authored-by: Daniel Montoya <daniel.montoya@eclass.cl>
1 parent e1b3b3a commit f01dd84

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +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
24+
- name: Remove package-lock.json
25+
run: rm -rf package-lock.json
2626
- name: Install dependencies and regenerate package-lock.json
2727
run: npm install
2828
- name: Clean install on CI

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)