Skip to content

Update dependency @clerk/remix to v4.2.48 (#1871) #2981

Update dependency @clerk/remix to v4.2.48 (#1871)

Update dependency @clerk/remix to v4.2.48 (#1871) #2981

Workflow file for this run

---
name: Type check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
tsc:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Set up Node.js
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version: 20
cache: npm
- run: npm ci
- run: npx tsc