Skip to content

chore: bump pnpm/action-setup from 6.0.8 to 6.0.9 #21

chore: bump pnpm/action-setup from 6.0.8 to 6.0.9

chore: bump pnpm/action-setup from 6.0.8 to 6.0.9 #21

Workflow file for this run

name: Unit Tests
on:
pull_request:
workflow_call:
jobs:
test:
name: Run Tests 🧪
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
with:
run_install: false
version: latest
- uses: actions/setup-node@v6.4.0
with:
node-version: 24
cache: 'pnpm'
- run: pnpm install
# Ensure `eq` is on PATH with a fake .equellarc, some tests shell out to it
- run: pnpm link
- run: |
echo '{"root": "http://localhost", "token": "fake"}' > .equellarc
- run: pnpm test