Skip to content

💚 fix pnpm version #39

💚 fix pnpm version

💚 fix pnpm version #39

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 9.1
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: "pnpm"
- name: Setup Redis
uses: supercharge/[email protected]
with:
redis-version: alpine
- run: pnpm install --frozen-lockfile
- run: pnpm run check && pnpm run build
- run: pnpm run test