Skip to content

Bump braces from 3.0.2 to 3.0.3 #158

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #158

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- name: Install Dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Build
run: npm run build