Specify node version

This commit is contained in:
Michael Telatynski
2025-03-13 11:55:10 +00:00
parent 98ae690c6f
commit df19fbc259
@@ -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"