Skip to content

Commit e992281

Browse files
authored
Merge pull request #16 from PureMVC/github-workflow-setup
In package.json, add engines section with node >=20
2 parents f54a676 + f9ed222 commit e992281

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,8 @@
8585
"nightwatch": "^3.3.2",
8686
"prettier": "^3.5.1",
8787
"rollup": "4.22.4"
88+
},
89+
"engines": {
90+
"node": ">=20"
8891
}
8992
}

0 commit comments

Comments
 (0)