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
- name: Set up npm ${{ steps.versions.outputs.npmVersion }}
73
73
run: npm i -g 'npm@${{ steps.versions.outputs.npmVersion }}'
74
74
75
+
- name: Validate package-lock.json # See https://github.com/npm/cli/issues/4460
76
+
run: |
77
+
npm i -g npm-package-lock-add-resolved@1.1.4
78
+
npm-package-lock-add-resolved
79
+
git --no-pager diff --exit-code
80
+
75
81
- name: Install dependencies & build
76
82
env:
77
83
CYPRESS_INSTALL_BINARY: 0
@@ -80,7 +86,7 @@ jobs:
80
86
npm ci
81
87
npm run build --if-present
82
88
83
-
- name: Check webpack build changes
89
+
- name: Check build changes
84
90
run: |
85
91
bash -c "[[ ! \"`git status --porcelain `\" ]] || (echo 'Please recompile and commit the assets, see the section \"Show changes on failure\" for details' && exit 1)"
- uses: nextcloud/pr-feedback-action@1883b38a033fb16f576875e0cf45f98b857655c4# main
39
+
- uses: nextcloud/pr-feedback-action@f0cab224dea8e1f282f9451de322f323c78fc7a5# main
40
40
with:
41
41
feedback-message: |
42
42
Hello there,
@@ -50,6 +50,6 @@ jobs:
50
50
51
51
(If you believe you should not receive this message, you can add yourself to the [blocklist](https://github.com/nextcloud/.github/blob/master/non-community-usernames.txt).)
0 commit comments