1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-01-10 23:43:00 -05:00

Update Node.js version to 22.19.0 and bump pnpm to 10.15.0 in package.json; change devcontainer image to Node.js 24-bookworm

This commit is contained in:
2025-08-28 18:12:23 -04:00
parent ab6b188a99
commit d80e05deba
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "Node.js",
"image": "mcr.microsoft.com/devcontainers/javascript-node:22-bookworm",
"image": "mcr.microsoft.com/devcontainers/javascript-node:24-bookworm",
"postCreateCommand": ". ${NVM_DIR}/nvm.sh && nvm install && corepack enable && CI=true pnpm install",
"customizations": {
"vscode": {

2
.nvmrc
View File

@@ -1 +1 @@
22.17.0
22.19.0

View File

@@ -134,7 +134,7 @@
"engines": {
"node": ">=22.x"
},
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac",
"packageManager": "pnpm@10.15.0+sha512.486ebc259d3e999a4e8691ce03b5cac4a71cbeca39372a9b762cb500cfdf0873e2cb16abe3d951b1ee2cf012503f027b98b6584e4df22524e0c7450d9ec7aa7b",
"cacheDirectories": [
"node_modules",
".next/cache"