Skip to content

Commit f6778e0

Browse files
committed
(ci): use Node 10 Active LTS
- Node 8 Maintenance LTS is EOL in Jan 2020 - this also updates NPM to v6.9.0 (from v5.6.0) - could add some CI perf, esp w/ new usage of `npm ci` - but we run in under a minute anyway, so hard to beat that! - Cypress also seems to need Node 10 to run on Travis CI - https://docs.cypress.io/guides/guides/continuous-integration.html#Travis - https://travis-ci.org/agilgur5/physijs-webpack/builds/617388969
1 parent 169b4b4 commit f6778e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
language: node_js
22
# default is apparently 0.10.48 for some reason O.O
3-
node_js: '8.9'
3+
node_js: '10.16.0'

0 commit comments

Comments
 (0)