Specify node version
This commit is contained in:
@@ -1,13 +1,17 @@
|
|||||||
{
|
{
|
||||||
"name": "@element-hq/element-web-playwright-common",
|
"name": "@element-hq/element-web-playwright-common",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "1.1.3",
|
"version": "1.1.4",
|
||||||
"license": "SEE LICENSE IN README.md",
|
"license": "SEE LICENSE IN README.md",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/element-hq/element-web-modules",
|
"url": "git+https://github.com/element-hq/element-web-modules.git",
|
||||||
"directory": "packages/element-web-playwright-common"
|
"directory": "packages/element-web-playwright-common"
|
||||||
},
|
},
|
||||||
|
"author": "element-hq",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=20.0.0"
|
||||||
|
},
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"playwright-screenshots": "playwright-screenshots.sh"
|
"playwright-screenshots": "playwright-screenshots.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user