Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

update gh-actions to use node 16 #5637

Merged
merged 2 commits into from
Oct 24, 2022
Merged

update gh-actions to use node 16 #5637

merged 2 commits into from
Oct 24, 2022

Conversation

cds-amal
Copy link
Member

@cds-amal cds-amal commented Oct 22, 2022

PR description

This PR bumps our action dependencies to address the following warnings for the build and yarncheck jobs:

yarncheck | build
Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout, actions/setup-node, actions/setup-node, actions/checkout

Notes

Documentation

  • no documentation updates are required.

This test should be rewritten: #5639
@cds-amal cds-amal marked this pull request as ready for review October 24, 2022 16:56
Comment on lines +103 to +105
this.timeout(
60000 * 2 // oh boy!
);
Copy link
Member Author

Choose a reason for hiding this comment

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

2 minutes is an egregious limit for a test. OTOH, these tests shouldn't hit the network. I opened #5639 to capture that.

Copy link
Contributor

@haltman-at haltman-at left a comment

Choose a reason for hiding this comment

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

Thanks for getting this!

@cds-amal cds-amal merged commit bbe44e6 into develop Oct 24, 2022
@cds-amal cds-amal deleted the gh/actions-bump branch October 24, 2022 18:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants