Skip to content

Add committee positions #4

Add committee positions

Add committee positions #4

name: Check Yarn Constraints
on:
pull_request:
branches: [master, main]
jobs:
check-yarn-constraints:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: "yarn"
cache-dependency-path: "yarn.lock"
- run: yarn install --immutable --inline-builds
- run: yarn constraints