mirror of
https://github.com/scratchfoundation/scratch-analysis.git
synced 2025-07-05 00:50:20 -04:00
Update travis to use node 16
This commit is contained in:
parent
f37f2d2790
commit
e2392932e6
1 changed files with 2 additions and 4 deletions
|
@ -1,15 +1,13 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- 8
|
- 16
|
||||||
- 10
|
|
||||||
- node
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: release
|
- stage: release
|
||||||
node_js: 10
|
node_js: 16
|
||||||
script: echo deploying...
|
script: echo deploying...
|
||||||
deploy:
|
deploy:
|
||||||
- provider: script
|
- provider: script
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue