Skip to content

chore: upgrade nodejs version to 18.x #8768

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

Merged
merged 11 commits into from
Jul 27, 2023
Merged

chore: upgrade nodejs version to 18.x #8768

merged 11 commits into from
Jul 27, 2023

Conversation

BrunoQuaresma
Copy link
Collaborator

Close #8386

@BrunoQuaresma BrunoQuaresma requested a review from matifali July 27, 2023 13:10
@BrunoQuaresma BrunoQuaresma self-assigned this Jul 27, 2023
@BrunoQuaresma BrunoQuaresma enabled auto-merge (squash) July 27, 2023 19:48
@matifali matifali disabled auto-merge July 27, 2023 20:17
@matifali matifali requested a review from kylecarbs July 27, 2023 20:17
Copy link
Member

@matifali matifali left a comment

Choose a reason for hiding this comment

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

Other than this it's good to go.

@@ -13,7 +13,7 @@ runs:
- name: Setup Node
uses: buildjet/setup-node@v3
with:
node-version: 16.20.1
node-version: 18.17.0
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
node-version: 18.17.0
node-version: 18.x

As we are installing the latest 18.x release in Dockerfile should we also do this in ci?
@kylecarbs for a 2nd thought.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Why not? The docker file is for the workspace and the CI should use the same version as well.

@@ -190,6 +190,7 @@ RUN LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygi
# Install frontend utilities
RUN apt-get update && \
# Node.js (from nodesource) and Yarn (from yarnpkg)
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - &&\
Copy link
Member

Choose a reason for hiding this comment

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

Here we are installing the latest 18.x release.

@BrunoQuaresma BrunoQuaresma merged commit 471dc61 into main Jul 27, 2023
@BrunoQuaresma BrunoQuaresma deleted the bq/upgrade-nodejs branch July 27, 2023 20:54
@github-actions github-actions bot locked and limited conversation to collaborators Jul 27, 2023
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.

migrate to node 18
3 participants