Skip to content

chore(deps): bump @types/papaparse from 5.3.7 to 5.3.14 #4361

chore(deps): bump @types/papaparse from 5.3.7 to 5.3.14

chore(deps): bump @types/papaparse from 5.3.7 to 5.3.14 #4361

Workflow file for this run

name: Build
on:
pull_request:
merge_group:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3.8.1
with:
node-version-file: '.nvmrc'
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- run: npm ci
- run: npm run build
- run: npm test