Skip to content

Commit 69c3b6a

Browse files
OmolaraOmolara
authored andcommitted
fix: frontend CI - use npm install instead of npm ci, add ESLint config
- Remove package-lock.json dependency from CI workflow - Remove npm cache config (no lock file available) - Change npm ci to npm install - Add .eslintrc.json for ESLint support - Add generated Word doc and PowerPoint presentation
1 parent e45e2a1 commit 69c3b6a

6 files changed

Lines changed: 2337 additions & 3 deletions

File tree

.github/workflows/ci-frontend.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ jobs:
2828
- uses: actions/setup-node@v4
2929
with:
3030
node-version: "20"
31-
cache: "npm"
32-
cache-dependency-path: ${{ env.WORKING_DIR }}/package-lock.json
3331

34-
- run: npm ci
32+
- run: npm install
3533
- run: npm run lint --if-present
3634
- run: npm test
3735

docs/Release_Management_Plan.docx

52.7 KB
Binary file not shown.
119 KB
Binary file not shown.

0 commit comments

Comments
 (0)