Skip to content

Commit c3c8fa1

Browse files
committed
test
1 parent 65326a2 commit c3c8fa1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/CI.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ jobs:
5858
with:
5959
node-version: ${{ matrix.node }}
6060
- name: Install Packages
61-
run: npm install
61+
run: |
62+
npm install
63+
npm ls acorn
6264
- name: Install ESLint v${{ matrix.eslint }}
6365
run: |
6466
if [ ${{ matrix.eslint }} -eq 6 ]; then

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"@types/mocha": "^5.2.4",
2929
"@types/node": "^10.12.21",
3030
"@typescript-eslint/parser": "^1.2.0",
31+
"acorn": "7.1.1",
3132
"babel-eslint": "^10.0.1",
3233
"chokidar": "^2.0.4",
3334
"codecov": "^3.1.0",

0 commit comments

Comments
 (0)