Skip to content

chore(deps): bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group across 1 directory #49

chore(deps): bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group across 1 directory

chore(deps): bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group across 1 directory #49

Workflow file for this run

name: CI/CD
on: [push, pull_request]
jobs:
build:
name: 'Build & Test'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: '14'
- name: npm install --global rollup
run: npm install --global rollup
env:
CI: true
- name: npm install
run: npm install
env:
CI: true
- name: npm run test
run: npm run test
env:
CI: true