Skip to content

chore: bump node + pnpm #215

chore: bump node + pnpm

chore: bump node + pnpm #215

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request_target:
types: [assigned, opened, synchronize, reopened]
branches:
- main
# Automatically cancel in-progress actions on the same branch
concurrency:
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request_target' && github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build Packages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- run: pnpm install
- run: pnpm run type-check
- run: pnpm run test