Skip to content

Bump braces from 3.0.2 to 3.0.3 #7

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #7

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm test