Skip to content

build(deps): bump braces from 3.0.2 to 3.0.3 #66

build(deps): bump braces from 3.0.2 to 3.0.3

build(deps): bump braces from 3.0.2 to 3.0.3 #66

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
name: Node.js ${{ matrix.node-version }}
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
node-version:
- 14
steps:
- uses: codecov/[email protected]
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install all dependencies
run: npm install
- name: Run tests
run: npm test
- name: Codecov
uses: codecov/[email protected]