mirror of
https://github.com/scratchfoundation/scratch-render.git
synced 2025-06-11 13:00:48 -04:00
CI: use lts instead of latest Node
This commit is contained in:
parent
043a5a39a1
commit
156980980f
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
language: node_js
|
||||
dist: trusty
|
||||
node_js:
|
||||
- 10
|
||||
- node
|
||||
- 12
|
||||
- lts/*
|
||||
env:
|
||||
global:
|
||||
- NODE_ENV=production
|
||||
|
@ -20,7 +20,7 @@ jobs:
|
|||
include:
|
||||
- stage: test
|
||||
- stage: deploy
|
||||
node_js: 10
|
||||
node_js: 12
|
||||
script: npm run build
|
||||
before_deploy:
|
||||
- >
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue