Skip to content

Bump braces from 3.0.2 to 3.0.3 (#17) #13

Bump braces from 3.0.2 to 3.0.3 (#17)

Bump braces from 3.0.2 to 3.0.3 (#17) #13

Workflow file for this run

name: Test CI
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: "16"
cache: "npm"
cache-dependency-path: ./package-lock.json
- name: Install dependencies
run: npm ci
- name: Run checks
run: npm run prepare