Skip to content

[Snyk] Security upgrade discord.js from 13.0.0-dev to 13.14.0 #623

[Snyk] Security upgrade discord.js from 13.0.0-dev to 13.14.0

[Snyk] Security upgrade discord.js from 13.0.0-dev to 13.14.0 #623

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