Skip to content

Bump c8 from 7.10.0 to 8.0.0 #12

Bump c8 from 7.10.0 to 8.0.0

Bump c8 from 7.10.0 to 8.0.0 #12

Workflow file for this run

name: 'Travis CI replacement'
on:
pull_request:
branches:
- '**'
jobs:
build-job:
runs-on: 'ubuntu-latest'
strategy:
matrix:
node-version: ['14.x', '16.x', '18.x']
steps:
- uses: 'actions/checkout@v2'
- name: 'Use Node.js ${{ matrix.node-version }}'
uses: 'actions/setup-node@v1'
with:
node-version: '${{ matrix.node-version }}'
- name: 'Actual npm tasks'
run: |
npm install
npm run test