Skip to content

Bump braces from 3.0.2 to 3.0.3 #106

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #106

Workflow file for this run

name: Test
on: push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install dependencies
run: npm ci --no-audit
- name: Test
run: npm test