diff --git a/.anthony.CLAUDE.md b/.anthony.CLAUDE.md index 3046bff5..3293dd46 100644 --- a/.anthony.CLAUDE.md +++ b/.anthony.CLAUDE.md @@ -12,7 +12,7 @@ SvelteKit website for PauseAI. Uses Paraglide for i18n/l10n. - SvelteKit - Paraglide (localization) - pnpm -- Node 24.2.0 (see .nvmrc) +- Node 24.20.0 (see .nvmrc) - Deployed via Netlify ## Key Directories diff --git a/.npmrc b/.npmrc deleted file mode 100644 index a2494e94..00000000 --- a/.npmrc +++ /dev/null @@ -1,3 +0,0 @@ -engine-strict=true -resolution-mode=highest -node-options=--experimental-global-webcrypto diff --git a/.nvmrc b/.nvmrc index 6c0e11a3..5bcb1e28 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -24.2.0 \ No newline at end of file +24.20.0 \ No newline at end of file diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 3f38d91f..27cb2ba6 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -4,3 +4,4 @@ allowBuilds: lefthook: true sharp: true minimumReleaseAge: 0 +engineStrict: true