Skip to content

chore(deps): bump actions/configure-pages from 5 to 6 #18

chore(deps): bump actions/configure-pages from 5 to 6

chore(deps): bump actions/configure-pages from 5 to 6 #18

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: pnpm
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
- name: Lint, typecheck, test, and build
run: pnpm turbo run lint typecheck test build