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

.circleci/config.yml: Upgrade from Node.js v10 to v20 #11667

Closed
wants to merge 5 commits into from

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Oct 13, 2024

- node-version: '10.17.0'
+ node-version: '20.17.0'

https://nodejs.org/en/about/previous-releases -- Current release is v22.9.0

-    "natives": "1.1.3"
+    "graceful-fs": "4.2.11"

https://www.npmjs.com/package/natives

```diff
- node-version: '10.17.0'
+ node-version: '20.17.0'
```
https://nodejs.org/en/about/previous-releases
@cclauss cclauss requested a review from a team as a code owner October 13, 2024 10:57
@cclauss cclauss requested a review from stsewd October 13, 2024 10:57
Copy link
Member

@humitos humitos left a comment

Choose a reason for hiding this comment

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

Thanks for this PR.

I just want to note that all the node/npm configuration from this repository is deprecated and will be removed soon. We've migrated all the assets management to https://github.com/readthedocs/ext-theme, so we don't need to keep things updated here.

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.

2 participants