Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit de8e9d0

Browse filesBrowse files
authored
Merge pull request matplotlib#25262 from greglucas/ci-reviewdog-eslint
CI: Pin reviewdog eslint to use node 18.13
2 parents 0ed7cf5 + 88d109f commit de8e9d0
Copy full SHA for de8e9d0

File tree

Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed

‎.github/workflows/reviewdog.yml

Copy file name to clipboardExpand all lines: .github/workflows/reviewdog.yml
+5Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ jobs:
4545
steps:
4646
- uses: actions/checkout@v3
4747

48+
# pin to node 18.13 until npm v9 is supported by reviewdog eslint
49+
- uses: actions/setup-node@v3
50+
with:
51+
node-version: '18.13'
52+
4853
- name: eslint
4954
uses: reviewdog/action-eslint@v1
5055
with:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.