We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 951d208 commit 844557aCopy full SHA for 844557a
.github/workflows/main.yml
@@ -33,7 +33,7 @@ jobs:
33
- uses: actions/checkout@v3
34
- uses: actions/setup-node@v3
35
with:
36
- node-version: "16.x"
+ node-version: "18.x"
37
- run: npm install
38
- run: npm run lint
39
@@ -43,18 +43,18 @@ jobs:
43
44
45
46
47
48
- run: npm install --save-dev eslint@6
49
- run: npm test
50
-
+
51
eslint7:
52
runs-on: ubuntu-latest
53
steps:
54
55
56
57
58
59
- run: npm install --save-dev eslint@7
60
0 commit comments