mirror of
https://github.com/scratchfoundation/scratch-render.git
synced 2025-06-27 15:30:37 -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
|
language: node_js
|
||||||
dist: trusty
|
dist: trusty
|
||||||
node_js:
|
node_js:
|
||||||
- 10
|
- 12
|
||||||
- node
|
- lts/*
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
|
@ -20,7 +20,7 @@ jobs:
|
||||||
include:
|
include:
|
||||||
- stage: test
|
- stage: test
|
||||||
- stage: deploy
|
- stage: deploy
|
||||||
node_js: 10
|
node_js: 12
|
||||||
script: npm run build
|
script: npm run build
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- >
|
- >
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue