Skip to content

Commit

Permalink
merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
selenaliu1 committed Sep 25, 2024
2 parents 539fe2d + 2b5a978 commit c8dcb06
Show file tree
Hide file tree
Showing 80 changed files with 21,524 additions and 43,561 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 c8dcb06

Please sign in to comment.