Skip to content

Commit

Permalink
fix: parsing node version as a string (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
annahassel authored Dec 12, 2023
1 parent f7df126 commit 6c197e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ require('yargs')
alias: 'n',
describe: 'node version to use when building',
default: '18',
type: 'string',
})
.option('env', {
alias: 'E',
Expand Down

0 comments on commit 6c197e6

Please sign in to comment.