Skip to content

Commit

Permalink
Use old dependencies for api backtests
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Oct 5, 2022
1 parent 95ec412 commit 4910820
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
working-directory: ./api
run: |
npm install --ignore-scripts
npm install \
@types/mocha@^7 \
mocha@^7 \
ts-loader@^8 \
ts-mocha@^8
node ../scripts/version-update.js
tsc --build tsconfig.json tsconfig.esm.json
Expand Down

0 comments on commit 4910820

Please sign in to comment.