chore: use gnpm (#7156)

* chore: use gnpm

* chore: fixed pnpm

* chore: fixed gnpm

* chore: fixed jq

* chore: use 0.0.7

* chore: use flag for building

* chore: fixed all backend tests

* chore: continue with porting things

* chore: fixed path

* chore: fixed backend tests

* chore: upgraded all to gnpm

* chore: updated to gnpm 0.0.9

* chore: echo current env with debug logs

* chore: install with frozen lockfile

* chore: use 0.0.10

* chore: use 0.0.11

* chore: use 0.0.12 globally

* chore: reworked handleRelease workflow to be up to date and depend on other workflows
This commit is contained in:
SamTV12345 2025-10-05 22:56:14 +02:00 committed by GitHub
parent 4dc9c76cc9
commit d5a23d5347
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 431 additions and 517 deletions

View file

@ -42,14 +42,14 @@
"ui": "workspace:./ui"
},
"engines": {
"node": ">=18.18.2",
"npm": ">=6.14.0",
"pnpm": ">=8.3.0"
"node": ">=20.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ether/etherpad-lite.git"
},
"packageManager": "pnpm@10.18.0",
"engineStrict": true,
"version": "2.5.0",
"license": "Apache-2.0"
}