Skip to content

Commit

Permalink
feat: pin version of nodejs to latest lts
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois committed Nov 21, 2024
1 parent 1aa444c commit b461b82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,8 @@
"not dead",
"not ie <= 11",
"not op_mini all"
]
],
"engines": {
"node": ">=22.11.0"
}
}

0 comments on commit b461b82

Please sign in to comment.