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

Bump node version for github action workflows #511

Merged
merged 1 commit into from Mar 24, 2024

Conversation

dnzxy
Copy link
Contributor

@dnzxy dnzxy commented Mar 24, 2024

This PR fixes the warning users currently see for browser build for node v16, i.e.

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

In accordance with GitHub Actions: Transitioning from Node 16 to Node 20, all actions must be using node version 20. Bumping the node version from v16 to v20 by using aormsby/Fork-Sync-With-Upstream-action@v3.4.1 (latest release see here) and actions/checkout@v4 (which internally updated to node 20) as well as actions/upload-artifact@v4 (internally uses node 20).

See also LoopKit/LoopWorkspace#120, LoopKit/LoopCaregiver#37 as well as loopandlearn/LoopFollow#265

Apologies for the oversight on my part and forgetting to PR this sooner to xDrip4iOS.

@JohanDegraeve JohanDegraeve merged commit 8410f68 into JohanDegraeve:develop Mar 24, 2024
@dnzxy dnzxy deleted the bump-node branch March 31, 2024 19:08
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.

None yet

2 participants