Skip to content

chore: bump eslint from 10.7.0 to 10.8.0 #29

chore: bump eslint from 10.7.0 to 10.8.0

chore: bump eslint from 10.7.0 to 10.8.0 #29

Workflow file for this run

name: Unit Tests
on:
pull_request:
workflow_call:
workflow_dispatch:
jobs:
test:
name: Run Tests 🧪
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v7
- uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
with:
run_install: false
version: latest
- uses: actions/setup-node@v7.0.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