Skip to content

Bump eslint from 8.57.0 to 9.1.1 #12

Bump eslint from 8.57.0 to 9.1.1

Bump eslint from 8.57.0 to 9.1.1 #12

Workflow file for this run

name: Test
on: push
jobs:
build-and-test:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['14', '16', '18']
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: yarn install
-
name: Run tests
run: npm run test