Skip to content

Commit

Permalink
M100 - remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 committed Oct 26, 2024
1 parent 8f3a12d commit 1503bb8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/M100_IOPackageJson.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ async function getIOPackageJson(context) {

const recommendedJsControllerVersion = '5.0.19';
let requiredJsControllerVersion = '4.0.24';
const recommendedNodeVersion = '18'; // This is the minimum node version that should be required
const requiredNodeVersion = '16'; // This is the minimum node version that must be required

const blacklistIOPackageJson = {
installedFrom: {
Expand Down

0 comments on commit 1503bb8

Please sign in to comment.