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 09766f1 commit 17ee900Copy full SHA for 17ee900
3 files changed
.github/workflows/eslint-8-.yml
@@ -112,4 +112,4 @@ jobs:
112
needs: [latest]
113
runs-on: ubuntu-latest
114
steps:
115
- - run: 'echo tests completed'
+ - run: true
.github/workflows/eslint-9+.yml
@@ -46,3 +46,10 @@ jobs:
46
- run: npx ls-engines
47
- run: npm run unit-test
48
- uses: codecov/codecov-action@v3.1.5
49
+
50
+ node:
51
+ name: 'eslint 9+'
52
+ needs: [latest]
53
+ runs-on: ubuntu-latest
54
+ steps:
55
.github/workflows/node-minors.yml
@@ -117,4 +117,4 @@ jobs:
117
118
119
120
0 commit comments