The Trans Directory
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Node 22 (#1997)

authored by

Emile Bangma and committed by
GitHub
7fa9253a 996d8d51

+13 -13
+1 -1
.github/workflows/build-preview.yaml
··· 18 18 - name: Setup Node 19 19 uses: actions/setup-node@v4 20 20 with: 21 - node-version: 20 21 + node-version: 22 22 22 23 23 - name: Cache dependencies 24 24 uses: actions/cache@v4
+2 -2
.github/workflows/ci.yaml
··· 26 26 - name: Setup Node 27 27 uses: actions/setup-node@v4 28 28 with: 29 - node-version: 20 29 + node-version: 22 30 30 31 31 - name: Cache dependencies 32 32 uses: actions/cache@v4 ··· 59 59 - name: Setup Node 60 60 uses: actions/setup-node@v4 61 61 with: 62 - node-version: 20 62 + node-version: 22 63 63 - name: Get package version 64 64 run: node -p -e '`PACKAGE_VERSION=${require("./package.json").version}`' >> $GITHUB_ENV 65 65 - name: Create release tag
+1 -1
.node-version
··· 1 - v20.9.0 1 + v22.16.0
+1 -1
docs/hosting.md
··· 189 189 - build 190 190 - deploy 191 191 192 - image: node:20 192 + image: node:22 193 193 cache: # Cache modules in between jobs 194 194 key: $CI_COMMIT_REF_SLUG 195 195 paths:
+1 -1
docs/index.md
··· 6 6 7 7 ## 🪴 Get Started 8 8 9 - 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. 9 + 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. 10 10 11 11 Then, in your terminal of choice, enter the following commands line by line: 12 12
+4 -4
package-lock.json
··· 1 1 { 2 2 "name": "@jackyzha0/quartz", 3 - "version": "4.5.0", 3 + "version": "4.5.1", 4 4 "lockfileVersion": 3, 5 5 "requires": true, 6 6 "packages": { 7 7 "": { 8 8 "name": "@jackyzha0/quartz", 9 - "version": "4.5.0", 9 + "version": "4.5.1", 10 10 "license": "MIT", 11 11 "dependencies": { 12 12 "@clack/prompts": "^0.11.0", ··· 90 90 "typescript": "^5.8.3" 91 91 }, 92 92 "engines": { 93 - "node": ">=20", 94 - "npm": ">=9.3.1" 93 + "node": ">=22", 94 + "npm": ">=10.9.2" 95 95 } 96 96 }, 97 97 "node_modules/@bufbuild/protobuf": {
+3 -3
package.json
··· 2 2 "name": "@jackyzha0/quartz", 3 3 "description": "🌱 publish your digital garden and notes as a website", 4 4 "private": true, 5 - "version": "4.5.0", 5 + "version": "4.5.1", 6 6 "type": "module", 7 7 "author": "jackyzha0 <j.zhao2k19@gmail.com>", 8 8 "license": "MIT", ··· 20 20 "profile": "0x -D prof ./quartz/bootstrap-cli.mjs build --concurrency=1" 21 21 }, 22 22 "engines": { 23 - "npm": ">=9.3.1", 24 - "node": ">=20" 23 + "npm": ">=10.9.2", 24 + "node": ">=22" 25 25 }, 26 26 "keywords": [ 27 27 "site generator",