We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5cba04 commit 2b82224Copy full SHA for 2b82224
__tests__/main.test.ts
@@ -104,6 +104,7 @@ describe('main tests', () => {
104
${'unknown format'} | ${'unknown format'}
105
${' 14.1.0 '} | ${'14.1.0'}
106
${'use-node-version=lts/iron'} | ${'lts/iron'}
107
+ ${'use-node-version=23.10.0'} | ${'23.10.0'}
108
${'{"volta": {"node": ">=14.0.0 <=17.0.0"}}'}| ${'>=14.0.0 <=17.0.0'}
109
${'{"volta": {"extends": "./package.json"}}'}| ${'18.0.0'}
110
${'{"engines": {"node": "17.0.0"}}'} | ${'17.0.0'}
0 commit comments