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

Node 20 GH action CI #541

Merged
merged 5 commits into from
May 22, 2024
Merged

Node 20 GH action CI #541

merged 5 commits into from
May 22, 2024

Conversation

Viktor-K
Copy link
Collaborator

@Viktor-K Viktor-K commented May 21, 2024

Update GH action using node 20
Addition add .turbo folder to gitignore

@Viktor-K Viktor-K marked this pull request as ready for review May 21, 2024 15:46
Copy link
Collaborator

@gabro gabro left a comment

Choose a reason for hiding this comment

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

one other option to explore, is to use the engine field in the top-level package.json and use node-version-file: package.json in the setup-node action.

This way we can have a central point where the Node version is set (and we could potentially enforce it locally with engine-strict, if we wanted to)

@@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version-file: .package.json
Copy link
Collaborator

Choose a reason for hiding this comment

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

why the dot?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

leftover 🤦🏻

@ecamellini ecamellini merged commit 27bc8a3 into main May 22, 2024
8 checks passed
@ecamellini ecamellini deleted the update-node-20-gh-action-ci branch May 22, 2024 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants