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

chore: upgrade actions to a version that use node20 (LTS) #535

Merged
merged 2 commits into from
Aug 23, 2024

Conversation

r4mmer
Copy link
Member

@r4mmer r4mmer commented Aug 21, 2024

Acceptance Criteria

  • upgrade actions to a version that use node20 (LTS)

Security Checklist

  • Make sure you do not include new dependencies in the project unless strictly necessary and do not include dev-dependencies as production ones. More dependencies increase the possibility of one of them being hijacked and affecting us.

@r4mmer r4mmer requested a review from tuliomir August 21, 2024 03:37
@r4mmer r4mmer self-assigned this Aug 21, 2024
@@ -20,9 +20,9 @@ jobs:
matrix:
node-version: [14.x, 16.x]
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
node-version: [14.x, 16.x]
node-version: [18.x, 20.x]

Copy link
Contributor

Choose a reason for hiding this comment

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

Should we still use NodeJS 18 in the matrix? Our other repositories are using only version 20.

@r4mmer r4mmer merged commit 6ba53d9 into master Aug 23, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants