Skip to content

Bump braces from 3.0.2 to 3.0.3 #6

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #6

Workflow file for this run

name: Main
on:
push:
jobs:
tests-14:
name: 'Tests Node 14'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: yarn install
- run: yarn test