-
Notifications
You must be signed in to change notification settings - Fork 211
Update Node version to 22.17.0 #487
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
Update Node version to 22.17.0 #487
Conversation
We need to update the Node version to 22.17.0 in the Swift CI for Docc-Render, to ensure compatibility with the updated Node version used in the project. [1] [1] swiftlang/swift-docc-render#952
b59d4ce to
0f59dd5
Compare
|
When I ran this manually to see what the issue was, I found: It looks like the node:22.17.0 doesn't include |
|
The logs are attached to the action:
|
By aiming to update the Node version to 22.17.0 on Swift Docker for Swift DocC Render [1], we need to specify the version 3 of python, otherwise it will try to use python 2 which it's not available in Node 22. [1] swiftlang/swift-docker#487
By aiming to update the Node version to 22.17.0 on Swift Docker for Swift DocC Render [1], we need to specify the version 3 of python, otherwise it will try to use python 2 which it's not available in Node 22. [1] swiftlang/swift-docker#487
By aiming to update the Node version to 22.17.0 on Swift Docker for Swift DocC Render [1], we need to specify the version 3 of python, otherwise it will try to use python 2 which it's not available in Node 22. [1] swiftlang/swift-docker#487
By aiming to update the Node version to 22.17.0 on Swift Docker for Swift DocC Render [1], we need to specify the version 3 of python, otherwise it will try to use python 2 which it's not available in Node 22. Resolves: rdar://156708326 [1] swiftlang/swift-docker#487
|
@swift-ci test |
* Update Node.js & NPM in project's engines This change updates Node.js to 22.17.0 & NPM to 10.9.2. I chose 22.17.0 version of Node because it's the latest LTS (Long Term Support) version. * Update @vue/test-utils * Update tree-sitter-vue * Fix LanguageSwitcher.spec.js * Fix Column.spec.js * Fix Hero.spec.js * Fix ColorSchemeToggle.spec.js * Fix ImageAsset.spec.js * Fix Pager.spec.js * Fix Assessments.spec.js * Fix swift.spec.js Since highlight.js 11.6+, the `distributed` keyword is built-in and no custom overrides are needed * Fix FilterInput.spec.js * Replace wrapper.find Replace wrapper.find with wrapper.findComponent instead since wrapper.find is deprecated * Wait for wrapper.setProps * Wait for wrapper.setData * Await after .trigger() function * Fix Navigator.spec.js * Fix ReplayableVideoAsset.spec.js * Replace 'Contains' contains is deprecated and will be removed in the next major version. Use `wrapper.find`, `wrapper.findComponent` or `wrapper.get` instead * Wait for nextTick after emitting an event * Fix TopicsLinkCardGridItem.spec.js * Fix components/DocumentationTopic.spec.js * Fix Chapter.spec.js * Fix AdjustableSidebarWidth.spec.js * Fix Availability.spec.js * Fix Hierarchy.spec.js * Fix NavBase.spec.js * Fix DocumentationLayout.spec.js * Fix TopicsLinkBlock.spec.js * Fix CodePreview.spec.js * Fix App.spec.js * Fix DropdownCustom.spec.js * Wait for .setValue() * Fix GenericModal.spec.js * Fix LinksBlock.spec.js * Fix ResourcesTile.spec.js * Fix RelationshipsList.spec.js * Fix all deprecated .is() method warnings * Fix .find() and .get() deprecation warnings * Fix .findAll() deprecation warnings * Fix .contains() deprecation warnings * Fix .isEmpty() deprecation warnings * Fix attachToDocument deprecation warnings * Fix QuickNavigationModal.spec.js * Fix console error warnings for TopicsLinkBlock.spec.js * Fix ResourcesTileGroup.spec.js This change fixes the deprecation warning: [Vue warn]: Duplicate keys detected: 'A'. This may cause an update error. * Fix DeclarationTokenGroup.spec.js * Remove redundant nextTick * Update tree-sitter-javascript and tree-sitter-jsdoc * Make build-script-helper.py use python3 By aiming to update the Node version to 22.17.0 on Swift Docker for Swift DocC Render [1], we need to specify the version 3 of python, otherwise it will try to use python 2 which it's not available in Node 22. [1] swiftlang/swift-docker#487 * Update build-script helper. --------- Co-authored-by: Marcus Ortiz <[email protected]>
We need to update the Node version to 22.17.0 in the Swift CI for Docc-Render, to ensure compatibility with the updated Node version used in the project.
It fixes: rdar://156708326