Skip to content

chore(deps): bump apache-arrow from 16.1.0 to 17.0.0 #617

chore(deps): bump apache-arrow from 16.1.0 to 17.0.0

chore(deps): bump apache-arrow from 16.1.0 to 17.0.0 #617

Workflow file for this run

name: Node.js CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
- name: Install Node dependencies
run: yarn --frozen-lockfile
- run: yarn test
- run: yarn tsc
- run: yarn build