Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8f3b5b + 50d3a5d commit 8099c7dCopy full SHA for 8099c7d
1 file changed
.github/workflows/reviewdog.yml
@@ -45,6 +45,11 @@ jobs:
45
steps:
46
- uses: actions/checkout@v3
47
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
+
53
- name: eslint
54
uses: reviewdog/action-eslint@v1
55
with:
0 commit comments