Skip to content

Commit b5d07ef

Browse files
chore: update travis to use node LTS
1 parent bf43666 commit b5d07ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "8.11.3"
3+
- "14"
44

55
cache:
66
directories:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"postpublish": "pinst --enable",
1111
"build": "npm run clean && tsc --project .",
1212
"clean": "rimraf lib/ yarn-error.log npm-debug.log",
13-
"lint": "eslint . --ext .ts",
13+
"lint": "eslint --ext .ts .",
1414
"lint:fix": "npm run lint -- --fix",
1515
"test": "jest",
1616
"start": "jest --watch"

0 commit comments

Comments
 (0)