Skip to content

Commit 690dadc

Browse files
committed
Lint script fix
1 parent c278a10 commit 690dadc

File tree

3 files changed

+9388
-2
lines changed

3 files changed

+9388
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup Node
1212
uses: actions/setup-node@v1
1313
with:
14-
node-version: '8'
14+
node-version: '13'
1515
- name: ESlint
1616
run: |
1717
npm install

0 commit comments

Comments
 (0)