Skip to content

Commit 2386132

Browse files
committed
feat: resolve deps, use clean installs
1 parent 3c1af84 commit 2386132

File tree

3 files changed

+13
-65
lines changed

3 files changed

+13
-65
lines changed

.github/workflows/main_msal-react-kotahusky.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
with:
2323
node-version: '20.x'
2424

25-
- name: npm install, build, and test
25+
- name: npm clean install, build, and test
2626
run: |
27-
npm install
27+
npm ci
2828
npx nx build ${{ env.APP_NAME }} --prod
2929
npx nx test ${{ env.APP_NAME }}
3030
env:

package-lock.json

+10-62
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"jest": "^29.4.1",
4949
"jest-environment-jsdom": "^29.4.1",
5050
"nx": "18.1.3",
51-
"postcss": "8.4.21",
51+
"postcss": "^8.4.38",
5252
"prettier": "^2.6.2",
5353
"tailwindcss": "3.2.7",
5454
"ts-jest": "^29.1.0",

0 commit comments

Comments
 (0)