Commit 891c9d5
committed
ci: only run lint on latest node.js + unix
Problem:
neovim@5.4.1-dev.0 lint
> prettier --check . && eslint --format=unix --ignore-pattern 'packages/example*/**' --ignore-pattern 'packages/neovim/lib/**/*.js' .
ESLint: 9.34.0
TypeError: object.split(...).toReversed is not a function
at createTraceMap (file:///D:/a/node-client/node-client/node_modules/eslint-plugin-unicorn/rules/utils/global-reference-tracker.js:6:33)
at new GlobalReferenceTracker (file:///D:/a/node-client/node-client/node_modules/eslint-plugin-unicorn/rules/utils/global-reference-tracker.js:27:34)
at file:///D:/a/node-client/node-client/node_modules/eslint-plugin-unicorn/rules/no-document-cookie.js:8:17
at ModuleJob.run (node:internal/modules/esm/module_job:195:25)
Solution:
Only run lint task on latest nodejs1 parent 0114da2 commit 891c9d5
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | | - | |
| 83 | + | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments