Skip to content

Bump trino-client from 0.2.0 to 0.2.1 (#223) #707

Bump trino-client from 0.2.0 to 0.2.1 (#223)

Bump trino-client from 0.2.0 to 0.2.1 (#223) #707

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: 16
- name: Install dependencies
run: yarn install
- name: Bundle
run: yarn run package