Skip to content

chore(deps): bump @nestjs/core from 10.4.17 to 11.1.6 #2167

chore(deps): bump @nestjs/core from 10.4.17 to 11.1.6

chore(deps): bump @nestjs/core from 10.4.17 to 11.1.6 #2167

name: Reputation Oracle Check
on:
push:
paths:
- 'packages/core/**'
- 'packages/sdk/typescript/human-protocol-sdk/**'
- 'packages/apps/reputation-oracle/**'
jobs:
reputation-oracle-test:
name: Reputation Oracle 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 reputation oracle test
run: yarn workspace @human-protocol/reputation-oracle test