Skip to content

Commit 1cdacd8

Browse files
authored
misc: Use the same Node.js version minimum as Cypress is using (#235)
1 parent 67c9ab4 commit 1cdacd8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@visual-regression-tracker/agent-cypress",
33
"version": "5.6.0",
4-
"description": "Visual Regression Tracker integration plugin",
4+
"description": "Visual Regression Tracker integration plugin for Cypress",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"scripts": {
@@ -23,6 +23,9 @@
2323
"url": "https://github.com/Visual-Regression-Tracker/agent-cypress/issues"
2424
},
2525
"homepage": "https://github.com/Visual-Regression-Tracker/agent-cypress#readme",
26+
"engines": {
27+
"node": ">=16.16.0"
28+
},
2629
"dependencies": {
2730
"@visual-regression-tracker/sdk-js": "5.6.0"
2831
},

0 commit comments

Comments
 (0)