Skip to content

Commit b4fd35e

Browse files
committed
update node.js to v22.17
1 parent 5a83835 commit b4fd35e

File tree

2 files changed

+17273
-6
lines changed

2 files changed

+17273
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
"astro": "npx astro",
77
"build": "npx astro build",
88
"typegen:worker": "npx wrangler types ./worker/worker-configuration.d.ts",
9-
"check": "npm run check:astro && npm run check:worker",
9+
"check": "node --run check:astro && node --run check:worker",
1010
"check:astro": "npx astro check",
1111
"check:worker": "npx tsc --noEmit -p ./worker/tsconfig.json",
1212
"dev": "npx astro dev",
13-
"format": "npm run format:core:fix && npm run format:data",
13+
"format": "node --run format:core:fix && node --run format:data",
1414
"format:core": "npx prettier \"**/*.{js,jsx,ts,tsx,mjs,css}\"",
15-
"format:core:check": "npm run format:core -- --check",
16-
"format:core:fix": "npm run format:core -- --write",
15+
"format:core:check": "node --run format:core -- --check",
16+
"format:core:fix": "node --run format:core -- --write",
1717
"format:content": "npx prettier --write \"**/*.{md,mdx,astro}\"",
1818
"format:data": "npx prettier --write \"**/*.{json,yaml,yml}\"",
19-
"postinstall": "npx patch-package && npm run sync",
19+
"postinstall": "npx patch-package && node --run sync",
2020
"preview": "npx astro preview",
2121
"script:optimize-svgs": "npx tsx scripts/optimize-svgs.ts",
2222
"start": "npx astro dev",
@@ -138,6 +138,6 @@
138138
"node": ">=22"
139139
},
140140
"volta": {
141-
"node": "22.9.0"
141+
"node": "22.17.0"
142142
}
143143
}

0 commit comments

Comments
 (0)