Skip to content

Commit f0094dc

Browse 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 f0094dc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/reviewdog.yml

+6
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ 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+
cache: 'yarn'
53+
4854
- name: eslint
4955
uses: reviewdog/action-eslint@v1
5056
with:

0 commit comments

Comments
 (0)