Skip to content

Commit 0d50809

Browse files
authored
promote: add expected assets for Node.js v23 (#3915)
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
1 parent 62a7c76 commit 0d50809

File tree

1 file changed

+39
-0
lines changed
  • ansible/www-standalone/tools/promote/expected_assets

1 file changed

+39
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
docs/
2+
docs/apilinks.json
3+
docs/api/
4+
node-{VERSION}-aix-ppc64.tar.gz
5+
node-{VERSION}-darwin-arm64.tar.gz
6+
node-{VERSION}-darwin-arm64.tar.xz
7+
node-{VERSION}-darwin-x64.tar.gz
8+
node-{VERSION}-darwin-x64.tar.xz
9+
node-{VERSION}-headers.tar.gz
10+
node-{VERSION}-headers.tar.xz
11+
node-{VERSION}-linux-arm64.tar.gz
12+
node-{VERSION}-linux-arm64.tar.xz
13+
node-{VERSION}-linux-armv7l.tar.gz
14+
node-{VERSION}-linux-armv7l.tar.xz
15+
node-{VERSION}-linux-ppc64le.tar.gz
16+
node-{VERSION}-linux-ppc64le.tar.xz
17+
node-{VERSION}-linux-s390x.tar.gz
18+
node-{VERSION}-linux-s390x.tar.xz
19+
node-{VERSION}-linux-x64.tar.gz
20+
node-{VERSION}-linux-x64.tar.xz
21+
node-{VERSION}.pkg
22+
node-{VERSION}.tar.gz
23+
node-{VERSION}.tar.xz
24+
node-{VERSION}-win-x64.7z
25+
node-{VERSION}-win-x64.zip
26+
node-{VERSION}-win-arm64.7z
27+
node-{VERSION}-win-arm64.zip
28+
node-{VERSION}-x64.msi
29+
node-{VERSION}-arm64.msi
30+
win-x64/
31+
win-x64/node.exe
32+
win-x64/node.lib
33+
win-x64/node_pdb.7z
34+
win-x64/node_pdb.zip
35+
win-arm64/
36+
win-arm64/node.exe
37+
win-arm64/node.lib
38+
win-arm64/node_pdb.7z
39+
win-arm64/node_pdb.zip

0 commit comments

Comments
 (0)