Skip to content

Bump eslint from 7.32.0 to 8.47.0 #148

Bump eslint from 7.32.0 to 8.47.0

Bump eslint from 7.32.0 to 8.47.0 #148

Workflow file for this run

name: Tester
on: [push, pull_request]
jobs:
tester:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['12.x', '14.x', '16.x']
fail-fast: false
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm install
- name: Test
run: npm test
env:
CI: true