Skip to content

Commit b89ed5d

Browse files
authored
Move OpenJS.NodeJS.LTS 20.9.0 to OpenJS.NodeJS.20 20.9.0 (microsoft#310137)
1 parent 94d6d28 commit b89ed5d

File tree

4 files changed

+111
-0
lines changed

4 files changed

+111
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: OpenJS.NodeJS.20
5+
PackageVersion: 20.9.0
6+
InstallerType: wix
7+
Scope: machine
8+
InstallerSwitches:
9+
InstallLocation: INSTALLDIR="<INSTALLPATH>"
10+
UpgradeBehavior: install
11+
Commands:
12+
- corepack
13+
- node
14+
- nodevars
15+
- npm
16+
- npx
17+
FileExtensions:
18+
- js
19+
ReleaseDate: 2023-10-24
20+
ElevationRequirement: elevatesSelf
21+
Installers:
22+
- Architecture: x86
23+
InstallerUrl: https://nodejs.org/dist/v20.9.0/node-v20.9.0-x86.msi
24+
InstallerSha256: 808D504DFD367B72260B378A5A5EE1812751A43512AB48D70D9D945F22C71AF8
25+
ProductCode: '{1E4C0DAD-67DC-4359-8FB1-B9CA878368B4}'
26+
- Architecture: x64
27+
InstallerUrl: https://nodejs.org/dist/v20.9.0/node-v20.9.0-x64.msi
28+
InstallerSha256: B2DECDFC3DD4BB43965BE46302E1198B1A3A95DA0BE5C7DC7EB221C185A3C5FD
29+
ProductCode: '{058C1D6B-AFE4-4BA3-9FC5-6B49B1E2814D}'
30+
- Architecture: arm64
31+
InstallerUrl: https://nodejs.org/dist/v20.9.0/node-v20.9.0-arm64.msi
32+
InstallerSha256: 0A49F8EBD2FB4940776FF6294279659EF4D9DC8712BA82A161D6A5A35BAB8129
33+
ProductCode: '{03D8EB08-D1F6-4AB4-954A-F805360436FE}'
34+
ManifestType: installer
35+
ManifestVersion: 1.10.0
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: OpenJS.NodeJS.20
5+
PackageVersion: 20.9.0
6+
PackageLocale: en-US
7+
Publisher: Node.js Foundation
8+
PublisherUrl: https://openjsf.org/
9+
PublisherSupportUrl: https://github.com/nodejs/node/blob/HEAD/.github/SUPPORT.md
10+
PrivacyUrl: https://privacy-policy.openjsf.org/
11+
Author: OpenJS Foundation
12+
PackageName: Node.js 20
13+
PackageUrl: https://nodejs.org/
14+
License: MIT
15+
LicenseUrl: https://github.com/nodejs/node/blob/HEAD/LICENSE
16+
Copyright: Copyright Node.js contributors. All rights reserved.
17+
CopyrightUrl: https://trademark-policy.openjsf.org/
18+
ShortDescription: Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.
19+
Moniker: nodejs-20
20+
Tags:
21+
- coding
22+
- develop
23+
- development
24+
- environment
25+
- javascript
26+
- js
27+
- node
28+
- npm
29+
- programming
30+
- runtime
31+
- v8
32+
ReleaseNotes: |-
33+
Notable Changes
34+
This release marks the transition of Node.js 20.x into Long Term Support (LTS) with the codename 'Iron'. The 20.x release line now moves into "Active LTS" and will remain so until October 2024. After that time, it will move into "Maintenance" until end of life in April 2026.
35+
Known issue
36+
Collecting code coverage via the NODE_V8_COVERAGE environment variable may lead to a hang. This is not thought to be a regression in Node.js 20 (some reports are on Node.js 18). For more information, including some potential workarounds, see issue #49344.
37+
ReleaseNotesUrl: https://github.com/nodejs/node/releases/tag/v20.9.0
38+
Documentations:
39+
- DocumentUrl: https://nodejs.org/en/learn/
40+
DocumentLabel: Learn
41+
- DocumentUrl: https://nodejs.org/docs/v20.9.0/api/
42+
DocumentLabel: Documentation
43+
ManifestType: defaultLocale
44+
ManifestVersion: 1.10.0
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.1.10.0.schema.json
3+
4+
PackageIdentifier: OpenJS.NodeJS.20
5+
PackageVersion: 20.9.0
6+
PackageLocale: zh-CN
7+
ShortDescription: Node.js® 是一个免费、开源、跨平台的 JavaScript 运行时环境,开发人员可通过它创建服务器、网页应用、命令行工具和脚本。
8+
Tags:
9+
- javascript
10+
- js
11+
- node
12+
- npm
13+
- v8
14+
- 开发
15+
- 环境
16+
- 编程
17+
- 运行时
18+
Documentations:
19+
- DocumentLabel: 学习
20+
DocumentUrl: https://nodejs.org/en/learn/
21+
- DocumentLabel: 文档
22+
DocumentUrl: https://nodejs.org/docs/v20.9.0/api/
23+
ManifestType: locale
24+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with YamlCreate.ps1 v2.4.1 Dumplings Mod $debug=QUSU.CRLF.7-4-2.Win32NT
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: OpenJS.NodeJS.20
5+
PackageVersion: 20.9.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)