Skip to content

Commit a62ae2d

Browse files
Add Travis configuration for node 16 (#535)
1 parent ca27bbd commit a62ae2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ matrix:
1313
script: npm run test-with-temp-cloud
1414
- node_js: "14"
1515
script: npm run test-with-temp-cloud
16-
16+
- node_js: "16"
17+
script: npm run test-with-temp-cloud
1718

1819
notifications:
1920
email:

0 commit comments

Comments
 (0)