Skip to content

Bump eslint from 7.32.0 to 9.24.0 #677

Bump eslint from 7.32.0 to 9.24.0

Bump eslint from 7.32.0 to 9.24.0 #677

Workflow file for this run

name: Node.js Test
on:
push:
pull_request:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
tags:
description: 'Test scenario tags'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
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 }}
- run: npm ci
- run: npm run build --if-present
- run: npm test