Skip to content

[Snyk] Security upgrade axios from 0.21.1 to 1.6.3 #120

[Snyk] Security upgrade axios from 0.21.1 to 1.6.3

[Snyk] Security upgrade axios from 0.21.1 to 1.6.3 #120

Workflow file for this run

name: "Tests"
on:
pull_request:
push:
branches: # array of glob patterns matching against refs/heads. Optional; defaults to all
- master # triggers on pushes that contain changes in master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm ci
- run: npm test