From a94ebccf3d492260483bc873fd80e7cbff94a9d6 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 7 Jun 2022 09:36:46 +0300 Subject: [PATCH] Use Node.js 14 instead of 12 --- .build.yml | 2 +- .drone.yml | 15 --------------- CHANGELOG.md | 1 + README.md | 2 +- 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