Skip to content

[WEB-47] Fix vulnerabilities (#265) #1381

[WEB-47] Fix vulnerabilities (#265)

[WEB-47] Fix vulnerabilities (#265) #1381

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x] # Only run the 12.x build
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: |
yarn install
- name: Prettier
run: |
yarn prettier
- name: Linting
run: yarn lint
- name: Test
run: yarn test