mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-10 02:19:20 +00:00
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:
parent
8da9779b4f
commit
814731b7cc
3 changed files with 3 additions and 3 deletions
|
@ -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
2
.nvmrc
|
@ -1 +1 @@
|
|||
v21.1.0
|
||||
v20.11.1
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue