WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 6c197e6

Browse files
authored
fix: parsing node version as a string (#63)
1 parent f7df126 commit 6c197e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/cli.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ require('yargs')
2626
alias: 'n',
2727
describe: 'node version to use when building',
2828
default: '18',
29+
type: 'string',
2930
})
3031
.option('env', {
3132
alias: 'E',

0 commit comments

Comments
 (0)