Skip to content

chore(deps): update node.js to v22.21.1 (main) #838

chore(deps): update node.js to v22.21.1 (main)

chore(deps): update node.js to v22.21.1 (main) #838

Workflow file for this run

name: CI
on:
push:
branches:
- main
- next
- v*
pull_request:
branches:
- main
- next
- v*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
with:
node-version-file: ".node-version"
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm run check
- run: pnpm run build