···189189 - build
190190 - deploy
191191192192-image: node:20
192192+image: node:22
193193cache: # Cache modules in between jobs
194194 key: $CI_COMMIT_REF_SLUG
195195 paths:
+1-1
docs/index.md
···6677## 🪴 Get Started
8899-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.
99+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.
10101111Then, in your terminal of choice, enter the following commands line by line:
1212