Skip to content

Add ibm_boto3 package prereq #57

Add ibm_boto3 package prereq

Add ibm_boto3 package prereq #57

Workflow file for this run

name: Node.js CI
on:
push:
paths:
- 'Node/**'
pull_request:
paths:
- 'Node/**'
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: Node
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 8.x
- run: npm install
- run: npm audit
- run: npm test