Skip to content

build(deps-dev): bump eslint from 8.57.0 to 9.0.0 #307

build(deps-dev): bump eslint from 8.57.0 to 9.0.0

build(deps-dev): bump eslint from 8.57.0 to 9.0.0 #307

Workflow file for this run

name: Run tests
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
run_install: |
- recursive: true
- name: Build
run: pnpm build
- name: Run tests
run: pnpm test