mirror of
https://github.com/makeplane/plane.git
synced 2025-12-16 03:47:54 +01:00
fix: replace .npmrc node version with engines in package.json (#7623)
This commit is contained in:
committed by
GitHub
parent
d0f26f8734
commit
d3b26996dd
3
.npmrc
3
.npmrc
@@ -18,9 +18,6 @@ public-hoist-pattern[]=eslint
|
||||
public-hoist-pattern[]=prettier
|
||||
public-hoist-pattern[]=typescript
|
||||
|
||||
# Enforce Node version for consistent installs
|
||||
use-node-version=22.18.0
|
||||
|
||||
# Reproducible installs across CI and dev
|
||||
prefer-frozen-lockfile=true
|
||||
|
||||
|
||||
@@ -39,5 +39,8 @@
|
||||
"sharp": "0.33.5"
|
||||
}
|
||||
},
|
||||
"packageManager": "pnpm@10.12.1"
|
||||
"packageManager": "pnpm@10.12.1",
|
||||
"engines": {
|
||||
"node": ">=22.18.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user