Upgrade node version to current LTS#1853
Merged
o1oo11oo merged 1 commit intosecureCodeBox:mainfrom Aug 8, 2023
Merged
Conversation
Fixes secureCodeBox#1852 Signed-off-by: Lukas Fischer <[email protected]>
Weltraumschaf
approved these changes
Aug 7, 2023
o1oo11oo
pushed a commit
to o1oo11oo/secureCodeBox-documentation
that referenced
this pull request
Sep 1, 2023
We upgraded our images to node 18 in secureCodeBox/secureCodeBox#1853, this example file should mirror that. Signed-off-by: Lukas Fischer <[email protected]>
Zero3141
pushed a commit
to secureCodeBox/documentation
that referenced
this pull request
Sep 4, 2023
We upgraded our images to node 18 in secureCodeBox/secureCodeBox#1853, this example file should mirror that. Signed-off-by: Lukas Fischer <[email protected]>
o1oo11oo
pushed a commit
to o1oo11oo/secureCodeBox
that referenced
this pull request
Sep 5, 2023
Missed this node version when upgrading to latest LTS in secureCodeBox#1853 Signed-off-by: Lukas Fischer <[email protected]>
4 tasks
o1oo11oo
pushed a commit
to o1oo11oo/secureCodeBox
that referenced
this pull request
Sep 8, 2023
Missed this node version as well when upgrading to latest LTS in secureCodeBox#1853 Signed-off-by: Lukas Fischer <[email protected]>
o1oo11oo
pushed a commit
to o1oo11oo/secureCodeBox
that referenced
this pull request
Sep 11, 2023
Missed this node version when upgrading to latest LTS in secureCodeBox#1853 Signed-off-by: Lukas Fischer <[email protected]>
Ilyesbdlala
pushed a commit
to o1oo11oo/secureCodeBox
that referenced
this pull request
Sep 12, 2023
Missed this node version when upgrading to latest LTS in secureCodeBox#1853 Signed-off-by: Lukas Fischer <[email protected]>
Ilyesbdlala
pushed a commit
that referenced
this pull request
Sep 12, 2023
Missed this node version when upgrading to latest LTS in #1853 Signed-off-by: Lukas Fischer <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Change all occurences of
node:16tonode:18to upgrade to latest LTS. I haven't checked if this is fine for all parsers/hooks, so there might be some pipeline issues.Fixes #1852.
Checklist