Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
wsbrunson committed Feb 1, 2024
1 parent d200781 commit cce0cbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/check-node-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ if (isValidNodeVersion) {
}

const output = `
node: ${process.version}
Wanted node version ${expectedNodeVersion}
node: ${process.version}
Wanted node version ${expectedNodeVersion}
`;

console.error(output);
Expand Down

0 comments on commit cce0cbe

Please sign in to comment.