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

fix broken deployment #1642

Merged
merged 5 commits into from
Oct 18, 2022
Merged

fix broken deployment #1642

merged 5 commits into from
Oct 18, 2022

Conversation

vabarbosa
Copy link
Contributor

@vabarbosa vabarbosa commented Oct 18, 2022

Changes

nightly deployment have been failing with error:

The Node.js binary could not be verified.

these deployment failures started with the morning of 13th Oct 2022 deployment which coincides with availability of Node 16.8.0 on 12 Oct 2022.

it appears a signature issue with this node version or AppEngine is currently unable to verify this version.

this PR resolves the issue by limiting the node version to less than 16.8.0

Implementation details

the version of engines.node in package.json is updated limited node version. this should be in place until AppEngine signature error is resolved with this latest node 16.x version

How to read this PR

Copy link
Member

@abdonrd abdonrd left a comment

Choose a reason for hiding this comment

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

Thanks Va!

@vabarbosa vabarbosa merged commit 63a9e9e into main Oct 18, 2022
@vabarbosa vabarbosa deleted the va-node-version branch October 18, 2022 20:39
vabarbosa added a commit that referenced this pull request Oct 28, 2022
* Fixed typo (#1618)

A parenthese is in the wrong position.

Co-authored-by: //va <vabarbosa@users.noreply.github.com>

* Publish single systems page (#1629)

* Add single systems page

Co-authored-by: John Watrous <john.watrous@ibm.com>

* Add work-in-progress pages

Co-authored-by: John Watrous <john.watrous@ibm.com>

* Update dependency @lumino/widgets to ^1.34.1 (#1633)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency @types/validator to v13.7.8 (#1635)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency carbon-components to ~10.58.3 (#1636)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix broken deployment (#1642)

* update nodejs runtime

* Update app.yaml

* Revert "Update app.yaml"

This reverts commit d3c148e.

* Revert "update nodejs runtime"

This reverts commit 4230b2a.

* update nodejs engine version

* Add basics course to mega menu (#1643)

* Revert "Add basics course to mega menu (#1643)" (#1644)

This reverts commit 6dc28ef.

* Translation notebook in Japanese: ch-applications/facial-expression-recognition.ipynb (#1625)

* Translate facial-expression-recognition.ipynb via GitLocalize

* Translate facial-expression-recognition.ipynb via GitLocalize

Co-authored-by: ryota-katsube <p20gyhxw15mvc@gmail.com>
Co-authored-by: kifumi <kifumi@jp.ibm.com>
Co-authored-by: //va <vabarbosa@users.noreply.github.com>
Co-authored-by: Soyoung Shin <63990199+0sophy1@users.noreply.github.com>

* Translation notebook in Japanese: ch-demos/chsh.ipynb (#1651)

* Translate chsh.ipynb via GitLocalize

* Translate chsh.ipynb via GitLocalize

Co-authored-by: kifumi <kifumi@jp.ibm.com>
Co-authored-by: mt-gitlocalize <mt@gitlocalize.com>
Co-authored-by: Soyoung Shin <63990199+0sophy1@users.noreply.github.com>

* Update Japanese translations (#1652)

* Update chsh.ipynb

* Update toc.yaml

* Add files via upload

* Add files via upload

* Update facial-expression-recognition.ipynb

* Update facial-expression-recognition.ipynb

* Update facial-expression-recognition.ipynb

* Update facial-expression-recognition.ipynb

* Update toc.yaml

* Update dependency @types/validator to v13.7.9 (#1649)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Update dependency simple-git-hooks to ^2.8.1 (#1648)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Randy <randytolentino@ibm.com>

* Update dependency @codemirror/lang-python to ^6.0.4 (#1647)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Add basics course to mega menu (#1645)

Co-authored-by: Randy <randytolentino@ibm.com>
Co-authored-by: //va <vabarbosa@users.noreply.github.com>

Co-authored-by: derwind <uncertainty_principle_ss@yahoo.co.jp>
Co-authored-by: //va <vabarbosa@users.noreply.github.com>
Co-authored-by: John Watrous <john.watrous@ibm.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: gitlocalize-app[bot] <55277160+gitlocalize-app[bot]@users.noreply.github.com>
Co-authored-by: ryota-katsube <p20gyhxw15mvc@gmail.com>
Co-authored-by: kifumi <kifumi@jp.ibm.com>
Co-authored-by: Soyoung Shin <63990199+0sophy1@users.noreply.github.com>
Co-authored-by: mt-gitlocalize <mt@gitlocalize.com>
Co-authored-by: Randy <randytolentino@ibm.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants