Skip to content

Bump braces from 3.0.2 to 3.0.3 #251

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #251

Workflow file for this run

# name: CI
# on:
# push:
# branches: [ "main" ]
# pull_request:
# branches: [ "main" ]
# jobs:
# test:
# name: Coverage
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - name: npm install
# run: npm install
# - name: npm run coverage
# run: npm run coverage
# - uses: codecov/codecov-action@v3