Skip to content

Commit

Permalink
feat: 馃敟 pnpm implement
Browse files Browse the repository at this point in the history
  • Loading branch information
leifermendez committed Feb 22, 2023
1 parent ca65ace commit b4b4650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/check/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { exec } = require('node:child_process')

const checkNodeVersion = () => {
return new Promise((resolve, reject) => {
return new Promise((resolve) => {
const version = process.version
const majorVersion = parseInt(version.replace('v', '').split('.').shift())
if (majorVersion < 16) {
Expand Down

0 comments on commit b4b4650

Please sign in to comment.