This repository was archived by the owner on Feb 2, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : node_js
22node_js :
3- - node # uses most recent stable node version
3+ - 12 # uses version 12
44services :
55 - postgresql # starts up postgres
66addons :
@@ -15,9 +15,8 @@ install:
1515before_script :
1616 - psql -c 'create database "boilermaker-test";' -U postgres # remember to change this name if you change it elsewhere (e.g. package.json)
1717script :
18- - npm test # test the code
18+ - npm test # test the code
1919 - npm run build-client # make the bundle
20-
2120# before_deploy:
2221# - rm -rf node_modules # omit from the tarball, since we skip cleanup
2322# deploy:
Original file line number Diff line number Diff line change 33 "version" : " 2.0.0" ,
44 "description" : " Some boilerplate code to get you started - get shakin'!" ,
55 "engines" : {
6- "node" : " >= 7.0.0 "
6+ "node" : " ~12.11.1 "
77 },
88 "main" : " index.js" ,
99 "scripts" : {
You can’t perform that action at this time.
0 commit comments