Skip to content

Fix Linux Attach Backoff Logic #306

Fix Linux Attach Backoff Logic

Fix Linux Attach Backoff Logic #306

Workflow file for this run

name: Node.js runtime CI
on:
pull_request:
branches: [ develop, master ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node-version: [12, 14, 16, 18]
steps:
- uses: actions/checkout@v2
- name: (${{ matrix.os }}) on Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build --if-present
- run: npm test