DEV: Bump Node back down from 21 to 20

Corresponds to the latest LTS major release as of the time of writing
This commit is contained in:
bananarama92 2024-03-01 21:33:24 +01:00
parent 8da9779b4f
commit 814731b7cc
No known key found for this signature in database
GPG key ID: ECBC951D6255A50F
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ check:
stage: build
only:
- merge_requests
image: node:21
image: node:20
script:
- npm --prefix $NPM_PREFIX ci
- npm --prefix $NPM_PREFIX run checks

2
.nvmrc
View file

@ -1 +1 @@
v21.1.0
v20.11.1

View file

@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "Welcome to the Bondage College!",
"engines": {
"node": ">= 21"
"node": ">= 20"
},
"scripts": {
"changelog:generate": "cd Tools/Node && node GenerateChangelog generate",