Skip to content

fix(deps): update dependency axios to ^0.28.0 [security] #2164

fix(deps): update dependency axios to ^0.28.0 [security]

fix(deps): update dependency axios to ^0.28.0 [security] #2164

Workflow file for this run

name: Tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- run: yarn rebuild
- run: yarn test
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- run: yarn rebuild
- run: yarn lint