Skip to content

Bump vitest from 1.0.4 to 1.1.0 #70

Bump vitest from 1.0.4 to 1.1.0

Bump vitest from 1.0.4 to 1.1.0 #70

Workflow file for this run

name: Node.js CI
on:
pull_request:
branches:
- 'develop'
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18.x'
- name: Install Dependendies
run: npm ci
- name: Run Lint & Format Check
run: npm run lint
- name: Build Test
run: npm run build