Skip to content

bump axios from 1.4.0 to 1.6.5 (#82) #90

bump axios from 1.4.0 to 1.6.5 (#82)

bump axios from 1.4.0 to 1.6.5 (#82) #90

Workflow file for this run

name: Compilation & Unit Tests
on:
push:
branches: ["*"]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn compile
- run: yarn lint
- run: yarn test:all-formatted
- run: yarn test:unit