From 2e68d76ad1bcb93d3867c04a8f07e83426ef5fc3 Mon Sep 17 00:00:00 2001 From: Azeem Bande-Ali Date: Sun, 19 May 2024 12:34:14 -0400 Subject: [PATCH] Enable integration testing for eslint v9 --- .github/workflows/node.js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index fe739c9..36b1bb5 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -29,8 +29,8 @@ jobs: - run: npm ci - run: npm run lint - run: npm run test - - run: npm run integration ci 7-legacy 8-legacy 8 # eslint versions - - run: npm run integration test 7-legacy 8-legacy 8 # eslint versions + - run: npm run integration ci 7-legacy 8-legacy 8 9 # eslint versions + - run: npm run integration test 7-legacy 8-legacy 8 9 # eslint versions - name: Upload coverage to Codecov uses: codecov/codecov-action@v2 with: