Skip to content

Commit 4acd4ef

Browse files
authored
Update node.js.yml
1 parent 8974d8a commit 4acd4ef

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Check lockfile (back)
2828
working-directory: ./back
2929
run: |
30-
npm install --package-lock-only
31-
git diff --exit-code package-lock.json
30+
npm install
31+
3232
3333
- name: Install dependencies (back)
3434
working-directory: ./back
@@ -41,7 +41,6 @@ jobs:
4141
- name: Test (back)
4242
working-directory: ./back
4343
run: npm test
44-
continue-on-error: true
4544

4645
# Validate lockfile for front
4746
- name: Check lockfile (front)

0 commit comments

Comments
 (0)