Skip to content

Bump braces from 3.0.2 to 3.0.3 #40

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #40

Workflow file for this run

name: Build
on: [pull_request]
jobs:
build:
name: Build project
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: Run build
run: npm run build