mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-22 19:14:31 +03:00
Introduce a strict node version
This commit is contained in:
parent
452ae8fe7d
commit
f3464a0136
@ -3,6 +3,9 @@
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"engines": {
|
||||
"node": "=20.14"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
"test": "vitest run --mode development",
|
||||
|
@ -1,6 +1,9 @@
|
||||
{
|
||||
"name": "git-butler-tauri",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": "=20.14"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "pnpm --filter @gitbutler/ui run dev",
|
||||
"test": "pnpm --filter @gitbutler/ui run test",
|
||||
|
5533
pnpm-lock.yaml
5533
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user