Skip to content

Bump braces from 3.0.2 to 3.0.3 #57

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #57

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
env:
CI: true
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16
uses: actions/setup-node@v1
with:
node-version: 16
- run: npm ci
- run: npm test