Skip to content

Bump braces from 3.0.2 to 3.0.3 #103

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #103

Workflow file for this run

name: CI
on: [pull_request]
jobs:
build:
name: CI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
- run: npm ci
- run: npm run compile
- run: npm test