mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-13 07:57:02 +01:00
Alan Orth
a390958117
This reverts commit faa3c3cf5b
.
Build took over six minutes for each Node.js version because NVM
had to build each from source. So yeah, let's go back to amd64 VMs.
10 lines
104 B
YAML
10 lines
104 B
YAML
language: node_js
|
|
node_js:
|
|
- 10
|
|
- 12
|
|
- 13
|
|
script: npm run build
|
|
dist: bionic
|
|
|
|
# vim: ts=2 sw=2 et
|