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 88d109f

Browse filesBrowse files
committed
CI: Pin reviewdog eslint to use node 18.13
The reviewdog action is not compatible with npm v9 yet, and node 18.14+ comes with npm v9+.
1 parent 0ed7cf5 commit 88d109f
Copy full SHA for 88d109f

File tree

1 file changed

+5
-0
lines changed
Filter options

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.