Skip to content

Bump braces from 3.0.2 to 3.0.3 #139

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #139

Workflow file for this run

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
name: Check
jobs:
check:
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
- name: Run tests
run: |
npm ci
npm test
npm run all