Skip to content

Bump minimatch from 3.0.4 to 3.1.2 in /Code/NodeJS (#42) #59

Bump minimatch from 3.0.4 to 3.1.2 in /Code/NodeJS (#42)

Bump minimatch from 3.0.4 to 3.1.2 in /Code/NodeJS (#42) #59

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: borales/[email protected]
- name: yarn install and test
working-directory: ./Code/NodeJS
run: |
yarn install
yarn test --coverage
env:
CI: true
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}