Skip to content

Bump braces from 3.0.2 to 3.0.3 #133

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #133

Workflow file for this run

on: [push, pull_request]
name: build and test
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: install node
uses: actions/setup-node@v1
with:
node-version: 16
- name: upgrade yarn
run: npm install yarn -g
- name: install
run: yarn install
- name: build
run: yarn build
- name: test
run: yarn test