Skip to content

Commit fd601c0

Browse files
author
Gonzalo Diaz
committed
Many fixes to upgrade Eslint from 9.x to 10.x
1 parent 76a8df7 commit fd601c0

4 files changed

Lines changed: 117 additions & 159 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: ["ubuntu-24.04", "macos-14", "windows-2022"]
19-
node-version: [18.x, 20.x, 22.x]
19+
node-version: [22.x, 24.x, 26.x]
2020
# See supported Node.js release schedule
2121
# at https://nodejs.org/en/about/releases/
2222

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ coverage: test
9595

9696
coverage/html: coverage
9797
@if [ "$$(uname)" = "Darwin" ]; then \
98-
open ./coverage/lcov-report/index.htmll; \
98+
open ./coverage/lcov-report/index.html; \
9999
elif [ "$$(uname | tr '[:upper:]' '[:lower:]')" = "mingw32" ] || [ "$$(uname | tr '[:upper:]' '[:lower:]')" = "mingw64" ] || [ "$$(uname | tr '[:upper:]' '[:lower:]')" = "cygwin" ]; then \
100100
cmd /c start ./coverage/lcov-report/index.htmll; \
101101
else \

0 commit comments

Comments
 (0)