Skip to content

chore(deps): bump the npm_and_yarn group across 1 directory with 2 up… #552

chore(deps): bump the npm_and_yarn group across 1 directory with 2 up…

chore(deps): bump the npm_and_yarn group across 1 directory with 2 up… #552

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9.4.0
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: ESLint
run: pnpm lint
- name: Run tests
run: pnpm test