Skip to content

build(deps): bump csv-stringify from 6.5.1 to 6.5.2 #24

build(deps): bump csv-stringify from 6.5.1 to 6.5.2

build(deps): bump csv-stringify from 6.5.1 to 6.5.2 #24

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