Skip to content

Bump braces from 3.0.2 to 3.0.3 #564

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #564

Workflow file for this run

name: Build Check
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2-beta
with:
fetch-depth: 1
- name: Installing packages
run: |
npm install
npm --prefix ./prefixer install ./prefixer
npm --prefix ./global install ./global
- name: Run tests
run: npm run test