Skip to content

Commit

Permalink
dings
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Jun 17, 2024
1 parent 07d873c commit 85e2bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const nodeSV = Object.freeze((process?.versions?.node ?? '').split('.').map(Numb
// endregion regression tests
]

const REQUIRES_YARN_INSTALL = nodeSV[0] >= 18
const REQUIRES_YARN_INSTALL = !(nodeSV[0] > 16)
? [
// region functional tests
'webpack5-vue2-yarn'
Expand Down

0 comments on commit 85e2bb3

Please sign in to comment.