Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade the workflows in GitHub Actions to use Node.js v20 #2404

Merged
merged 5 commits into from
May 17, 2024

Conversation

eason9487
Copy link
Member

@eason9487 eason9487 commented May 16, 2024

Changes proposed in this Pull Request:

Closes #2218

This PR upgrades the workflows in GitHub Actions to use Node.js v20.

Detailed test instructions:

  1. View the Checks tab to check if all checks have passed and if there are no longer deprecated warnings about Node.js <= 16
  2. View the E2E Tests result that is not listed in the Checks tab
  3. The rest of workflows that can't be viewed in this PR have basically been verified during development, if one wants to view them, please find the corresponding development RP in Upgrade to Node.js v20 grow#108

Changelog entry

@eason9487 eason9487 self-assigned this May 16, 2024
@eason9487 eason9487 force-pushed the dev/2218-upgrade-gha-workflows branch from b563281 to e92dba1 Compare May 16, 2024 04:45
@eason9487 eason9487 force-pushed the dev/2218-upgrade-gha-workflows branch from 28893a4 to fd703d8 Compare May 16, 2024 09:38
Copy link

codecov bot commented May 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.1%. Comparing base (d678ed7) to head (d822d75).
Report is 135 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             develop   #2404     +/-   ##
===========================================
- Coverage       64.5%   64.1%   -0.4%     
  Complexity      4252    4252             
===========================================
  Files            458     755    +297     
  Lines          18041   21528   +3487     
  Branches           0    1157   +1157     
===========================================
+ Hits           11634   13797   +2163     
- Misses          6407    7570   +1163     
- Partials           0     161    +161     
Flag Coverage Δ
js-unit-tests 62.8% <ø> (?)
php-unit-tests 64.4% <ø> (-<0.1%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 489 files with indirect coverage changes

@eason9487 eason9487 requested a review from a team May 16, 2024 10:24
@eason9487 eason9487 marked this pull request as ready for review May 16, 2024 10:24
@eason9487 eason9487 added the changelog: dev Developer-facing only change. label May 16, 2024
Copy link
Contributor

@puntope puntope left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @eason9487 the only thing I miss here is the branch label assignation as mentioned in

https://github.com/woocommerce/automatewoo-birthdays/pull/139#issuecomment-2116662381

@eason9487
Copy link
Member Author

Hi @puntope, thanks for the review.

the only thing I miss here is the branch label assignation as mentioned in

woocommerce/automatewoo-birthdays#139 (comment)

Please refer to https://github.com/woocommerce/automatewoo-birthdays/pull/139#issuecomment-2116918286

@eason9487 eason9487 requested a review from puntope May 17, 2024 07:29
@eason9487 eason9487 merged commit 2fd9fd1 into develop May 17, 2024
16 checks passed
@eason9487 eason9487 deleted the dev/2218-upgrade-gha-workflows branch May 17, 2024 07:52
@jorgemd24 jorgemd24 mentioned this pull request May 29, 2024
21 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: dev Developer-facing only change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Node.js actions deprecated in workflow runs
2 participants