mirror of
https://github.com/scratchfoundation/scratch-analysis.git
synced 2025-06-13 21:40:49 -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
|
||||
node_js:
|
||||
- 8
|
||||
- 10
|
||||
- node
|
||||
- 16
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
jobs:
|
||||
include:
|
||||
- stage: release
|
||||
node_js: 10
|
||||
node_js: 16
|
||||
script: echo deploying...
|
||||
deploy:
|
||||
- provider: script
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue