Skip to content

Commit c72f352

Browse files
ci(*): Add comment for the pinned node version (#3463)
Co-authored-by: Bryce Kalow <[email protected]>
1 parent ce82fdc commit c72f352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/init/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
node-version:
55
description: 'The node version to use'
66
required: false
7-
default: '18.20.2'
7+
default: '18.20.2' # This is pinned to `18.20.2` because `18.20.3` bumps npm from `10.5.0` to `10.7.0`, which causes our verdaccio setup to fail (see SDK-1793).
88
playwright-enabled:
99
description: 'Enable Playwright?'
1010
required: false

0 commit comments

Comments
 (0)