Fix unexpected input Warning message during release build/test process#437
Fix unexpected input Warning message during release build/test process#437felixarntz merged 13 commits intotrunkfrom
Warning message during release build/test process#437Conversation
peterwilsoncc
left a comment
There was a problem hiding this comment.
Looks good to me.
The code appears to match the code in the Gutenberg workflow.
The modified action appears to be passing too https://github.com/WordPress/performance/runs/7388754887?check_suite_focus=true
mehulkaklotar
left a comment
There was a problem hiding this comment.
@mukeshpanchal27 did you try to update to actions/checkout@v3 and actions/setup-node@v3? There is update to the library that we need to test and check if that fixes the notices or not. https://github.com/actions/setup-node#usage
If I update to |
|
Do we need to updated @felixarntz and @adamsilverstein, I would be interested to hear your thoughts on this? |
+1 to updating both the action and node version, especially if this resolves the original |
adamsilverstein
left a comment
There was a problem hiding this comment.
looking good! will test once final change in place
bffa655 to
6164fbe
Compare
|
@adamsilverstein Can you please re-review it? Thank you! |
adamsilverstein
left a comment
There was a problem hiding this comment.
Looks good, thanks for fixing this.
felixarntz
left a comment
There was a problem hiding this comment.
@mukeshpanchal27 Mostly LGTM, I have two follow-up questions.
felixarntz
left a comment
There was a problem hiding this comment.
Thank you @mukeshpanchal27!
Summary
The PR updates the versions of actions and removes the
Read .nvmrctask and usesnode-version-file: '.nvmrc'for the version number. I referred Gutenberg End-to-End Tests GitHub workflow.Fixes #388
Checklist
[Focus]orInfrastructurelabel.[Type]label.no milestonelabel.