Skip to content

build(deps-dev): bump js-yaml from 4.1.0 to 4.3.0 #1004

build(deps-dev): bump js-yaml from 4.1.0 to 4.3.0

build(deps-dev): bump js-yaml from 4.1.0 to 4.3.0 #1004

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