Skip to content

updated README with Sentry v8 usage (#13) #38

updated README with Sentry v8 usage (#13)

updated README with Sentry v8 usage (#13) #38

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm run test
- run: npm run lint