Skip to content

Bump export-to-csv from 1.3.0 to 1.4.0 #4

Bump export-to-csv from 1.3.0 to 1.4.0

Bump export-to-csv from 1.3.0 to 1.4.0 #4

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build package
run: |
npm install
npm run build