Skip to content

Commit 8099c7d

Browse files
authored
Merge pull request matplotlib#25264 from meeseeksmachine/auto-backport-of-pr-25262-on-v3.7.x
Backport PR matplotlib#25262 on branch v3.7.x (CI: Pin reviewdog eslint to use node 18.13)
2 parents a8f3b5b + 50d3a5d commit 8099c7d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/reviewdog.yml

Lines 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)