Skip to content

chore(deps-dev): bump axios from 1.6.0 to 1.7.4 (#115) #248

chore(deps-dev): bump axios from 1.6.0 to 1.7.4 (#115)

chore(deps-dev): bump axios from 1.6.0 to 1.7.4 (#115) #248

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm i --force
- run: npm run test-server
- run: npm run acceptance_test