Skip to content

[Snyk] Security upgrade ibm-watson from 5.7.3 to 6.0.0 #36

[Snyk] Security upgrade ibm-watson from 5.7.3 to 6.0.0

[Snyk] Security upgrade ibm-watson from 5.7.3 to 6.0.0 #36

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
steps:
- uses: actions/checkout@v2
- name: Install Dependecies
run: sudo apt install autoconf libtool g++ make -y
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm test