Skip to content

Commit 9905d18

Browse files
committed
fix: Bump travis Node versions to the latest LTS supported by Lambda (10 and 12)
1 parent ecdafec commit 9905d18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: node_js
22

33
node_js:
4-
- 6
5-
- 8
4+
- 10
5+
- 12
66
# - node # runs tests against latest version of Node.js for future-proofing
77

88
before_install:

0 commit comments

Comments
 (0)