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

promote: add expected assets for Node.js v23 #3915

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

richardlau
Copy link
Member

Similar to the expected assets for Node.js 22, except 32-bit Windows binaries have been dropped.

Refs: nodejs/node#53184
Refs: nodejs/Release#1034


diff -u ansible/www-standalone/tools/promote/expected_assets/v22.x ansible/www-standalone/tools/promote/expected_assets/v23.x
--- ansible/www-standalone/tools/promote/expected_assets/v22.x  2024-09-13 17:14:34.285963919 +0100
+++ ansible/www-standalone/tools/promote/expected_assets/v23.x  2024-09-20 15:36:23.436432951 +0100
@@ -23,23 +23,15 @@
 node-{VERSION}.tar.xz
 node-{VERSION}-win-x64.7z
 node-{VERSION}-win-x64.zip
-node-{VERSION}-win-x86.7z
-node-{VERSION}-win-x86.zip
 node-{VERSION}-win-arm64.7z
 node-{VERSION}-win-arm64.zip
 node-{VERSION}-x64.msi
-node-{VERSION}-x86.msi
 node-{VERSION}-arm64.msi
 win-x64/
 win-x64/node.exe
 win-x64/node.lib
 win-x64/node_pdb.7z
 win-x64/node_pdb.zip
-win-x86/
-win-x86/node.exe
-win-x86/node.lib
-win-x86/node_pdb.7z
-win-x86/node_pdb.zip
 win-arm64/
 win-arm64/node.exe
 win-arm64/node.lib

Similar to the expected assets for Node.js 22, except 32-bit Windows
binaries have been dropped.
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