Skip to content

feat: adopt pnpm, add react-router template config, update wrangler #93

feat: adopt pnpm, add react-router template config, update wrangler

feat: adopt pnpm, add react-router template config, update wrangler #93

Workflow file for this run

name: Branches
on:
push:
branches-ignore: ["main"]
jobs:
check:
runs-on: ubuntu-latest
timeout-minutes: 5
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-check
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "20.x"
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm -w check:ci