Skip to content

chore(deps): update dependency @sindresorhus/tsconfig to v6 #745

chore(deps): update dependency @sindresorhus/tsconfig to v6

chore(deps): update dependency @sindresorhus/tsconfig to v6 #745

Workflow file for this run

name: TESTS
on:
push:
branches:
- "**"
pull_request:
types: [ ready_for_review, synchronize, opened ]
jobs:
test:
name: TEST PROTOKOL SETS
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 12.x, 13.x, 14.x ]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install And Build
run: yarn && yarn build
- name: Test sets
run: cd packages/sets && yarn test