Skip to content

Bump tsup from 8.0.2 to 8.1.0 #111

Bump tsup from 8.0.2 to 8.1.0

Bump tsup from 8.0.2 to 8.1.0 #111

Workflow file for this run

name: Yarn Test CI
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
# build against all active LTS and latest node
node-version: [18.x, 20.x, latest]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- run: yarn install
- run: yarn test