chore: 限制node与pnpm版本
This commit is contained in:
parent
5965bb6f0c
commit
a700a7b681
1
.npmrc
1
.npmrc
@ -1,3 +1,4 @@
|
||||
registry=https://registry.npmmirror.com/
|
||||
shamefully-hoist=true
|
||||
ignore-workspace-root-check=true
|
||||
engine-strict=true
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "snail-job",
|
||||
"type": "module",
|
||||
"version": "1.0.5",
|
||||
"packageManager": "pnpm@8.15.5",
|
||||
"packageManager": "pnpm@9.0.5",
|
||||
"description": "A flexible, reliable, and fast platform for distributed task retry and distributed task scheduling.",
|
||||
"license": "Apache",
|
||||
"homepage": "https://gitee.com/aizuda/snail-job",
|
||||
@ -24,6 +24,10 @@
|
||||
"ant-design-vue v4",
|
||||
"UnoCSS"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">= 18.19.0",
|
||||
"pnpm": ">= 8.15.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "vite build --mode prod",
|
||||
"build:test": "vite build --mode test",
|
||||
|
10461
pnpm-lock.yaml
10461
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user