Skip to content

build(deps): bump ora from 4.1.1 to 7.0.0 #430

build(deps): bump ora from 4.1.1 to 7.0.0

build(deps): bump ora from 4.1.1 to 7.0.0 #430

Workflow file for this run

name: Node.js CI
on: [push, pull_request]
jobs:
build:
name: Tests - ${{ matrix.os }} - Node v${{ matrix.node-version }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [12.x, 14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install packages
run: npm ci
- name: Run e2e tests
run: npm run test