Skip to content

Commit

Permalink
Merge pull request #116 from bigbite/chore/add-node-npm-versions
Browse files Browse the repository at this point in the history
[104] Adds node and npm versions to package.json and .node-version file
  • Loading branch information
g-elwell authored Nov 25, 2024
2 parents 4887a24 + 7562540 commit 7ab2aa8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v18
4 changes: 4 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"description": "A plugin to help you style themes faster.",
"version": "1.0.0",
"author": "Big Bite",
"engines": {
"node": ">=16.16.0",
"npm": ">=8.19.2"
},
"prettier": "@wordpress/prettier-config",
"scripts": {
"watch:dev": "wp-scripts start",
Expand Down

0 comments on commit 7ab2aa8

Please sign in to comment.