Skip to content

chore(deps-dev): bump @typescript-eslint/parser from 5.62.0 to 8.42.0 #701

chore(deps-dev): bump @typescript-eslint/parser from 5.62.0 to 8.42.0

chore(deps-dev): bump @typescript-eslint/parser from 5.62.0 to 8.42.0 #701

name: Dashboard Check
on:
push:
paths:
- 'packages/core/**'
- 'packages/sdk/typescript/human-protocol-sdk/**'
- 'packages/apps/dashboard/**'
jobs:
dashboard-server-test:
name: Dashboard Server Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: yarn
- name: Install dependencies
run: yarn install --immutable
- name: Build libs
run: yarn build:libs
- name: Run dashboard Server test
run: yarn workspace @human-protocol/dashboard-server test