copy trading API

This commit is contained in:
tiagosiebler
2022-09-09 15:26:47 +01:00
parent eac6c95669
commit a1c0887417
12 changed files with 282 additions and 16 deletions

View File

@@ -9,16 +9,6 @@ on:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
#- run: npm ci
#- run: npm test
publish-npm:
needs: build
runs-on: ubuntu-latest
@@ -37,7 +27,7 @@ jobs:
- uses: actions/setup-node@v1
if: steps.version-updated.outputs.has-updated
with:
node-version: 12
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci --ignore-scripts