Use explicitly pnpm as package manager
Some checks failed
/ build (push) Failing after 11s

This commit is contained in:
phil 2024-12-16 02:54:22 +01:00
parent 1d0fadeaf6
commit 4f8817ecf6

View file

@ -77,5 +77,9 @@
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "~5.4.5"
},
"packageManager": "pnpm@9.15",
"publishConfig": {
"registry": "http://code.philo.ydns.eu/api/packages/philorg/npm/"
}
}