Skip to content
This repository has been archived by the owner on Jan 25, 2025. It is now read-only.

Bump axios from 1.6.7 to 1.6.8 #2

Bump axios from 1.6.7 to 1.6.8

Bump axios from 1.6.7 to 1.6.8 #2

Workflow file for this run

name: Run tests
on:
push:
branches: [ main ]
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test