We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65326a2 commit c3c8fa1Copy full SHA for c3c8fa1
.github/workflows/CI.yml
@@ -58,7 +58,9 @@ jobs:
58
with:
59
node-version: ${{ matrix.node }}
60
- name: Install Packages
61
- run: npm install
+ run: |
62
+ npm install
63
+ npm ls acorn
64
- name: Install ESLint v${{ matrix.eslint }}
65
run: |
66
if [ ${{ matrix.eslint }} -eq 6 ]; then
package.json
@@ -28,6 +28,7 @@
28
"@types/mocha": "^5.2.4",
29
"@types/node": "^10.12.21",
30
"@typescript-eslint/parser": "^1.2.0",
31
+ "acorn": "7.1.1",
32
"babel-eslint": "^10.0.1",
33
"chokidar": "^2.0.4",
34
"codecov": "^3.1.0",
0 commit comments