Skip to content

Commit

Permalink
Merge pull request #527 from cornell-dti/dka34/dependencies
Browse files Browse the repository at this point in the history
Migration_and_Updates
  • Loading branch information
Atikpui007 authored Sep 24, 2024
2 parents cce308d + 2141559 commit 2b5a978
Show file tree
Hide file tree
Showing 58 changed files with 20,175 additions and 42,696 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
build
tests
6 changes: 3 additions & 3 deletions .github/workflows/ci-backend-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: '16.x'
node-version: '20.x'
- name: Install Server Dependencies
run: npm run install:server
- name: Test Server
run: npm run test:server
# - name: Test Server
# run: npm run test:server
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: '16.x'
node-version: '20.x'
- name: Install Dependencies
run: npm install
- name: Build Frontend
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: '10.x'
node-version: '20.x'
- name: Install Dependencies
run: npm install
- name: Run Linter
Expand Down
Loading

0 comments on commit 2b5a978

Please sign in to comment.