Skip to content

Commit

Permalink
Fix dependency issues (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
anjula-sack authored Dec 5, 2024
1 parent 751fd89 commit 1668339
Show file tree
Hide file tree
Showing 6 changed files with 570 additions and 526 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20

- name: Install dependencies
run: npm install --legacy-peer-deps
run: npm install

- name: Build project
run: npm run build
Expand All @@ -37,10 +37,10 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20

- name: Install dependencies
run: npm install --legacy-peer-deps
run: npm install

- name: Run unit tests
run: npm test
77 changes: 9 additions & 68 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"react-data-table-component": "^7.5.3",
"react-dev-utils": "^12.0.1",
"react-dom": "^18.2.0",
"react-qr-reader": "^2.2.1",
"react-redux": "^8.1.2",
"react-refresh": "^0.11.0",
"react-router-dom": "^5.3.4",
Expand Down
Loading

0 comments on commit 1668339

Please sign in to comment.