Skip to content

build(deps): bump csv-parse from 5.5.6 to 5.6.0 #32

build(deps): bump csv-parse from 5.5.6 to 5.6.0

build(deps): bump csv-parse from 5.5.6 to 5.6.0 #32

Workflow file for this run

name: CI Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '22'
cache: 'npm'
cache-dependency-path: package-lock.json
- name: Install dependencies
run: npm install
- name: Tests
run: npm test