Skip to content

Bump braces from 3.0.2 to 3.0.3 #17

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #17

Workflow file for this run

name: Build and test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node 14
uses: actions/setup-node@v1
with:
node-version: 14.x
- run: yarn install --frozen-lockfile
- run: yarn test