Skip to content

Chore(deps): Bump trino-client from 0.2.3 to 0.2.6 #1019

Chore(deps): Bump trino-client from 0.2.3 to 0.2.6

Chore(deps): Bump trino-client from 0.2.3 to 0.2.6 #1019

Workflow file for this run

name: ci
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22
- name: Install dependencies
run: yarn install
- name: Bundle
run: yarn run package