Skip to content

(auto merged) chore(deps-dev): bump the eslint group with 2 updates #831

(auto merged) chore(deps-dev): bump the eslint group with 2 updates

(auto merged) chore(deps-dev): bump the eslint group with 2 updates #831

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version-file: ./.node-version
cache: "pnpm"
- name: Install dependencies
run: pnpm install --shamefully-hoist
env:
CI: true
- name: Run test
run: xvfb-run -a pnpm run test