Skip to content

Commit

Permalink
fix: enforce node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRomaa committed Feb 1, 2025
1 parent 600b32c commit 63a830f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
7 changes: 5 additions & 2 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synaptic-simulations/mach",
"version": "1.1.0",
"version": "1.2.0",
"description": "The last MSFS instrument bundler you'll ever need.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -41,5 +41,8 @@
"copyfiles": "^2.4.1",
"nodemon": "^3.1.9",
"typescript": "^5.7.3"
},
"engines": {
"node": ">=22.0.0"
}
}

0 comments on commit 63a830f

Please sign in to comment.