Skip to content

feat: update sentry with sampleRate and update github action #8

feat: update sentry with sampleRate and update github action

feat: update sentry with sampleRate and update github action #8

Workflow file for this run

name: Build
on:
- push
jobs:
cache-and-install:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 10
run_install: false
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Build cli
run: pnpm build