Skip to content

Commit

Permalink
feat: switch to pnpm workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
cmackenzie1 committed Nov 2, 2024
1 parent 3be38cd commit 37ed4af
Show file tree
Hide file tree
Showing 19 changed files with 2,263 additions and 2,866 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/workers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Workers

on:
push:
branches: ['main']
branches: ["main"]
pull_request:
branches: ['main']
branches: ["main"]

jobs:
build:
Expand All @@ -14,9 +14,9 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: lts/*
- run: npm install
- run: pnpm install
- name: Setup Biome
uses: biomejs/setup-biome@v2
- name: Run Biome
run: biome ci .
- run: npm run test
- run: pnpm run test
Loading

0 comments on commit 37ed4af

Please sign in to comment.