Skip to content

Bump @clerk/clerk-react from 4.30.5 to 4.30.8 #370

Bump @clerk/clerk-react from 4.30.5 to 4.30.8

Bump @clerk/clerk-react from 4.30.5 to 4.30.8 #370

Workflow file for this run

name: CI
on: push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm test