Skip to content

fix: upgrade typeorm from 0.2.45 to 0.3.20 #160

fix: upgrade typeorm from 0.2.45 to 0.3.20

fix: upgrade typeorm from 0.2.45 to 0.3.20 #160

Workflow file for this run

name: Example workflow using Snyk
on: push
jobs:
security:
runs-on: macos-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
command: monitor
args: --strict-out-of-sync=false --remote-repo-url="https://github.com/JosanaDH/nodejs-goof"