Skip to content

Bump axios from 1.4.0 to 1.5.0 #330

Bump axios from 1.4.0 to 1.5.0

Bump axios from 1.4.0 to 1.5.0 #330

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
permissions:
contents: read
jobs:
jest:
runs-on: ubuntu-latest
timeout-minutes: 10
if: github.event.pull_request.draft == false
name: Test runner
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
cache-dependency-path: 'package-lock.json'
- run: npm ci
- run: npm test