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 }}
65
-
run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"
73
+
run: npm i -g 'npm@${{ steps.versions.outputs.npmVersion }}'
66
74
67
75
- name: Install dependencies & build
68
76
env:
@@ -72,7 +80,7 @@ jobs:
72
80
npm ci
73
81
npm run build --if-present
74
82
75
-
- name: Check webpack build changes
83
+
- name: Check build changes
76
84
run: |
77
85
bash -c "[[ ! \"`git status --porcelain `\" ]] || (echo 'Please recompile and commit the assets, see the section \"Show changes on failure\" for details' && exit 1)"
0 commit comments