mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-15 05:35:07 +01:00
Add engines so CI doesn't use PNPM 9
This commit is contained in:
parent
9bd5f30f40
commit
2d9bc0149f
@ -3,6 +3,10 @@
|
||||
"version": "4.7.0",
|
||||
"private": true,
|
||||
"homepage": "https://github.com/movie-web/movie-web",
|
||||
"engines": {
|
||||
"node": ">= 20",
|
||||
"pnpm": "~8"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
|
Loading…
Reference in New Issue
Block a user