Skip to content

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

[Snyk] Security upgrade axios from 0.21.1 to 1.6.3

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

Workflow file for this run

name: Testing Buttbot
on:
pull_request:
branches:
- "*"
push:
branches:
- develop
jobs:
test:
runs-on: ubuntu-18.04
container: node:14.16-buster-slim
steps:
- uses: actions/checkout@v1
- name: yarn, build, and test
run: |
yarn
yarn run test
yarn run build