Skip to content

Commit d130209

Browse files
committed
ci: run lint on node 12
1 parent 49eaf94 commit d130209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node.js
2222
uses: actions/setup-node@master
2323
with:
24-
node-version: 10.x
24+
node-version: 12.x
2525

2626
- name: Install Dependencies
2727
run: yarn

0 commit comments

Comments
 (0)