Specify node version

This commit is contained in:
Michael Telatynski 2025-03-13 11:53:26 +00:00
parent 98ae690c6f
commit df19fbc259

View File

@ -1,13 +1,17 @@
{
"name": "@element-hq/element-web-playwright-common",
"type": "module",
"version": "1.1.3",
"version": "1.1.4",
"license": "SEE LICENSE IN README.md",
"repository": {
"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"
},
"author": "element-hq",
"engines": {
"node": ">=20.0.0"
},
"main": "lib/index.js",
"bin": {
"playwright-screenshots": "playwright-screenshots.sh"