Skip to content

Commit b556fb1

Browse files
feat(hashbang): Fix undefined path passed with eslint version < 8.40
1 parent 6dca24c commit b556fb1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
- os: ubuntu-latest
3939
node: "18.18.0"
4040
eslint: "8.x"
41+
- os: ubuntu-latest
42+
node: "18.18.0"
43+
eslint: "8.39.0"
4144
- os: ubuntu-latest
4245
node: "20.9.0"
4346
eslint: "8.x"

0 commit comments

Comments
 (0)