Skip to content

build: bump tsup from 7.1.0 to 7.2.0 #545

build: bump tsup from 7.1.0 to 7.2.0

build: bump tsup from 7.1.0 to 7.2.0 #545

Workflow file for this run

name: Code Quality Checks
on:
push:
branches:
- master
# Run on any pull request
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Setup NodeJS
uses: actions/setup-node@v6
with:
node-version: '16.x'
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint