Skip to content

Removed abandoned istanbul webpack loader and replaced it with anothe… #335

Removed abandoned istanbul webpack loader and replaced it with anothe…

Removed abandoned istanbul webpack loader and replaced it with anothe… #335

Workflow file for this run

name: Rollbar.js CI
on:
push:
branches: [ master ]
tags: [ v* ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [10, 12, 14, 16]
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Install node.js
uses: actions/setup-node@v2-beta
with:
node-version: ${{ matrix.node-version }}
- name: npm install
run: npm install
- name: Run tests
run: npm run test_ci