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.
1 parent 181627a commit 7cd8f16Copy full SHA for 7cd8f16
.github/workflows/main.yml
@@ -31,6 +31,8 @@ jobs:
31
steps:
32
- uses: actions/checkout@v2
33
- uses: actions/setup-node@v2
34
+ with:
35
+ node-version: "16.x"
36
- run: npm install
37
- run: npm run lint
38
@@ -39,6 +41,8 @@ jobs:
39
41
40
42
43
44
45
46
47
- run: npm install --save-dev eslint@6
48
- run: npm test
@@ -48,6 +52,8 @@ jobs:
52
49
53
50
54
55
56
51
57
58
- run: npm install --save-dev eslint@7
59
0 commit comments