Skip to content

chore: pnpm nx

chore: pnpm nx #6

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: corepack install
- name: Test
run: pnpm nx run-many -t test
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: corepack install
- name: Build
run: pnpm nx build large-file-upload