Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alanorth/hugo-theme-bootstrap4-blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Orth <alan.orth@gmail.com>2022-06-07 09:36:46 +0300
committerAlan Orth <alan.orth@gmail.com>2022-06-07 09:36:46 +0300
commita94ebccf3d492260483bc873fd80e7cbff94a9d6 (patch)
treeb90d7e5647119460bac9d2206f244a79723f3f78
parent54d3242633fd6d7a7c91bf38b241f2ba5614fdba (diff)
Use Node.js 14 instead of 12
-rw-r--r--.build.yml2
-rw-r--r--.drone.yml15
-rw-r--r--CHANGELOG.md1
-rw-r--r--README.md2
4 files changed, 3 insertions, 17 deletions
diff --git a/.build.yml b/.build.yml
index e6f19cc..24ad8d0 100644
--- a/.build.yml
+++ b/.build.yml
@@ -1,6 +1,6 @@
image: archlinux
packages:
- - nodejs-lts-erbium
+ - nodejs-lts-fermium
- npm
sources:
- https://git.sr.ht/~alanorth/hugo-theme-bootstrap4-blog
diff --git a/.drone.yml b/.drone.yml
index 16bbe6f..d9e0c7d 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -1,20 +1,5 @@
kind: pipeline
type: docker
-name: node12
-
-steps:
-- name: build
- image: node:12-alpine
- commands:
- - npm --version
- - npm install -g npm
- - npm --version
- - npm install
- - npm run build
-
----
-kind: pipeline
-type: docker
name: node14
steps:
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 762161f..981f253 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased Changes
### Updated
- Bootstrap v4.6.0, webpack v5, haven 0.7.0, clean-css-cli, etc
+- Use Node.js 14 in CI, remove Node.js 12
## [[ 1.6.0 ]] - 2020-12-05
### Changed
diff --git a/README.md b/README.md
index 2aae4e2..441bcce 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ A few suggestions to help you get a good looking site quickly:
See the source code and structure of [picturingjordan.com](https://github.com/alanorth/picturingjordan.com) to get more ideas.
## Building (For Developers)
-This theme uses the [Bootstrap](https://getbootstrap.com/) framework. A static version of this is already included, but if you want to bump the version, tweak the style, etc, you'll need to rebuild the assets. Make sure you have NodeJS >= v10 installed, and then run the following from inside the theme's directory:
+This theme uses the [Bootstrap](https://getbootstrap.com/) framework. A static version of this is already included, but if you want to bump the version, tweak the style, etc, you'll need to rebuild the assets. Make sure you have Node.js >= v14 installed, and then run the following from inside the theme's directory:
```console
$ npm install