You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/main.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,8 @@ jobs:
19
19
node-version: 18
20
20
21
21
- name: Check if package-lock.json is up to date
22
-
run: npx --yes package-lock-utd@1.x.x
22
+
# For some reason, we cannot use the regular "@1.x.x", because it results in "sh: 1: package-lock-utd: not found". This is most likely caused by the fact that our local package.json (naturally) contains the same name as the package found on npm.
0 commit comments