Skip to content

chore(deps): update node.js to v22 #206

chore(deps): update node.js to v22

chore(deps): update node.js to v22 #206

Workflow file for this run

name: Test
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
env:
TURBO_TOKEN: ${{ secrets.VERCEL_TOKEN }}
TURBO_TEAM: ${{ secrets.VERCEL_TEAM }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v4.0.0
with:
version: 9.5.0
run_install: true
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'pnpm'
- run: pnpm turbo typecheck