Skip to content

Update pnpm/action-setup #3696

Update pnpm/action-setup

Update pnpm/action-setup #3696

Workflow file for this run

name: Type Checks
on:
push:
branches:
- main
tags:
- '*'
pull_request:
branches:
- main
permissions:
contents: read
jobs:
type-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: SocketDev/socket-cli/.github/actions/setup@35c25823d5247a8cd15628ef2d2062cd1c199544
with:
node-version: '22'
- name: Run type check
run: pnpm run check:tsc