chore: 限制node与pnpm版本

This commit is contained in:
xlsea 2024-04-25 10:30:24 +08:00
parent 5965bb6f0c
commit a700a7b681
3 changed files with 5714 additions and 4754 deletions

1
.npmrc
View File

@ -1,3 +1,4 @@
registry=https://registry.npmmirror.com/
shamefully-hoist=true
ignore-workspace-root-check=true
engine-strict=true

View File

@ -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",

File diff suppressed because it is too large Load Diff