Skip to content

Bump braces from 3.0.2 to 3.0.3 #225

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #225

Workflow file for this run

name: Run Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm test