Skip to content

chore(deps-dev): bump eslint-config-prettier from 9.1.0 to 10.1.1 #76

chore(deps-dev): bump eslint-config-prettier from 9.1.0 to 10.1.1

chore(deps-dev): bump eslint-config-prettier from 9.1.0 to 10.1.1 #76

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
run_install: false
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
- name: Test & coverage
run: pnpm run coverage
env:
CI: true