Skip to content

Bump axios from 1.2.0 to 1.6.0 #6

Bump axios from 1.2.0 to 1.6.0

Bump axios from 1.2.0 to 1.6.0 #6

Workflow file for this run

name: Run tests
# Controls when the workflow will run
on: [pull_request, workflow_dispatch]
jobs:
test:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci --legacy-peer-deps
- run: npm run test