Skip to content

Bump braces from 3.0.2 to 3.0.3 (#59) #98

Bump braces from 3.0.2 to 3.0.3 (#59)

Bump braces from 3.0.2 to 3.0.3 (#59) #98

Workflow file for this run

name: Node CI
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.x ]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Lint and coverage
run: |
npm i
npm run lint
npm run build
npm run coverage && npx codecov
env:
CI: true
CODECOV_TOKEN: 000c0032-edb5-4b49-a413-e98f16a5623d