Skip to content

Commit

Permalink
Merge pull request #102 from dali-lab/dev
Browse files Browse the repository at this point in the history
DEV TO RELEASE | security fixes
  • Loading branch information
jeffzyliu authored Jun 7, 2021
2 parents 4bce1c6 + 99ca038 commit 4dc18e1
Show file tree
Hide file tree
Showing 3 changed files with 1,690 additions and 1,523 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Continuous Integration
on: [push, pull_request]

jobs:
test_pull_request:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [14.x]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn test
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@
"@babel/core": "^7.11.6",
"@babel/node": "^7.10.5",
"@babel/preset-env": "^7.11.5",
"axios": "^0.21.1",
"bcrypt": "^5.0.0",
"body-parser": "^1.18.2",
"cors": "^2.8.5",
"csvtojson": "^2.0.8",
"dotenv": "^8.2.0",
"event-stream": "^4.0.1",
"express": "^4.16.3",
"flatmap-stream": "^0.0.1-security",
"fs-es6": "0.0.2",
"jwt-simple": "^0.5.6",
"mathjs": "^5.4.2",
"mathjs": "^9.4.2",
"mongoose": "^5.10.3",
"morgan": "^1.9.0",
"nodemailer": "^6.4.16",
Expand Down
Loading

0 comments on commit 4dc18e1

Please sign in to comment.