-
Notifications
You must be signed in to change notification settings - Fork 251
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
Update node maze-runner version to v7 #1871
Conversation
@@ -21,7 +21,7 @@ RUN npm pack --verbose packages/plugin-koa/ | |||
RUN npm pack --verbose packages/plugin-restify/ | |||
|
|||
# The maze-runner node tests | |||
FROM 855461928731.dkr.ecr.us-west-1.amazonaws.com/maze-runner-releases:latest-v6-cli as node-maze-runner | |||
FROM 855461928731.dkr.ecr.us-west-1.amazonaws.com/maze-runner-releases:latest-v7-cli as node-maze-runner |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know if anyone runs the Node tests locally, but I think we should also update the Gemfile
in test/node
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've updated that, as well as a typo which was triggering a non-fatal step missing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM pending CI
* next: Update node maze-runner version to v7 (#1871)
* next: Update node maze-runner version to v7 (#1871)
No description provided.