Skip to content

Bump @tremor/react from 2.9.1 to 3.11.1 #47

Bump @tremor/react from 2.9.1 to 3.11.1

Bump @tremor/react from 2.9.1 to 3.11.1 #47

Workflow file for this run

name: Pull request
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 20.5
- name: NPM install
run: npm ci
- name: Build
run: npm run ci-build