Skip to content

Commit

Permalink
ci(*): Add comment for the pinned node version (#3463)
Browse files Browse the repository at this point in the history
Co-authored-by: Bryce Kalow <bryce@clerk.dev>
  • Loading branch information
panteliselef and BRKalow committed May 29, 2024
1 parent ce82fdc commit c72f352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/init/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs:
node-version:
description: 'The node version to use'
required: false
default: '18.20.2'
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).
playwright-enabled:
description: 'Enable Playwright?'
required: false
Expand Down

0 comments on commit c72f352

Please sign in to comment.