Skip to content

Bump braces from 3.0.2 to 3.0.3 #154

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #154

Workflow file for this run

name: CI/CD Using Github actions workflow
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Node & Npm Version
run: |
node -v
npm -v
- name: Install 🔧
run: npm ci
- name: Test 🚨
run: npm test