Browse Source

Add engines so CI doesn't use PNPM 9

pull/1141/head
William Oldham 1 year ago
parent
commit
2d9bc0149f
  1. 4
      package.json

4
package.json

@ -3,6 +3,10 @@ @@ -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…
Cancel
Save