Skip to content

Bump follow-redirects from 1.14.8 to 1.15.9 in /sdk4 #154

Bump follow-redirects from 1.14.8 to 1.15.9 in /sdk4

Bump follow-redirects from 1.14.8 to 1.15.9 in /sdk4 #154

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.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: npm install, build, and test
run: |
cd sdk4
yarn install
yarn run build
yarn run test
cd ../sdk5
yarn install
yarn run build
yarn run test
env:
CI: true