Skip to content

build(deps): bump axios from 1.7.9 to 1.18.0 in /client #1008

build(deps): bump axios from 1.7.9 to 1.18.0 in /client

build(deps): bump axios from 1.7.9 to 1.18.0 in /client #1008

Workflow file for this run

name: Run Server Vitest
on:
push:
jobs:
run-vitest:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: "16"
- name: Install dependencies
run: cd server; npm install
- name: Run vitest
run: cd server; npm run test