Skip to content

Bump ansi-regex from 3.0.0 to 3.0.1 in /Code/NodeJS #50

Bump ansi-regex from 3.0.0 to 3.0.1 in /Code/NodeJS

Bump ansi-regex from 3.0.0 to 3.0.1 in /Code/NodeJS #50

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
env:
CI: true