Skip to content

Commit 57b099f

Browse files
authored
Merge pull request #63 from newfold-labs/standardize-node-setup
Standardize Node.js setup
2 parents a56e835 + 8f82738 commit 57b099f

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22
1+
22

package-lock.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"name": "wp-module-deactivation",
3+
"engines": {
4+
"node": ">=22.11.0",
5+
"npm": ">=10.9.0"
6+
},
37
"devDependencies": {
48
"@wordpress/env": "^10.26.0"
59
}

0 commit comments

Comments
 (0)