Skip to content

Bump braces from 3.0.2 to 3.0.3 #539

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #539

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 18
- run: yarn
- run: yarn typecheck
- run: yarn eslint
- run: yarn prettier
- run: yarn test