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

Infrastructure: Bump ava and selenium-webdriver #2640

Merged
merged 5 commits into from
Mar 7, 2023
Merged

Conversation

howard-e
Copy link
Contributor

@howard-e howard-e commented Mar 2, 2023

See #2636.

Bump ava and selenium-webdriver.

Also temporarily pin the node version to v16 when executing the Run regression tests job. actions/setup-node@v3 has recently defaulted to using v18 but that it seems to break the regression tests running in CI in this repository.

This should be temporary because we'd ideally want to solve what's happening for the latest node LTS version here.


WAI Preview Link (Last built on Thu, 02 Mar 2023 21:58:20 GMT).

@howard-e howard-e added Infrastructure Related to maintaining task force and repo operations, processes, systems, documentation dependencies Pull requests that update a dependency file in a third-party package labels Mar 2, 2023
@howard-e howard-e marked this pull request as ready for review March 2, 2023 21:58
@@ -35,6 +35,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
Copy link
Contributor

Choose a reason for hiding this comment

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

If this line is intended to be temporary, do we have an issue tracking the underlying issue that will remind us to remove this line?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've renamed #2636 to be more specific to this issue so we can continue tracking there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file in a third-party package Infrastructure Related to maintaining task force and repo operations, processes, systems, documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants