This commit is contained in:
Emile Bangma
2025-05-29 01:20:59 +02:00
committed by GitHub
parent 996d8d51fa
commit 7fa9253abc
7 changed files with 13 additions and 13 deletions

View File

@ -189,7 +189,7 @@ stages:
- build
- deploy
image: node:20
image: node:22
cache: # Cache modules in between jobs
key: $CI_COMMIT_REF_SLUG
paths:

View File

@ -6,7 +6,7 @@ Quartz is a fast, batteries-included static-site generator that transforms Markd
## 🪴 Get Started
Quartz requires **at least [Node](https://nodejs.org/) v20** and `npm` v9.3.1 to function correctly. Ensure you have this installed on your machine before continuing.
Quartz requires **at least [Node](https://nodejs.org/) v22** and `npm` v10.9.2 to function correctly. Ensure you have this installed on your machine before continuing.
Then, in your terminal of choice, enter the following commands line by line: