Skip to content

Commit

Permalink
Add Node 20.9.0 LTS and 21.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Iznogohul committed Nov 10, 2023
1 parent 8cc42a5 commit 0027cab
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions contracts/sw.stack/node/contract.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"name": "Node.js v{{this.version}}",
"version": "1",
"data": {
"latest": "21.0.0",
"versionList": "`21.0.0 (latest)`,`20.8.1`, `18.18.2`, `16.19.1`, `14.21.3`",
"latest": "21.1.0",
"versionList": "`21.1.0 (latest)`,`20.9.0`, `18.18.2`, `16.19.1`, `14.21.3`",
"introduction": "Node.js is a software platform for scalable server-side and networking applications. Node.js applications are written in JavaScript and can be run within the Node.js runtime on Mac OS X, Windows, and Linux without changes.\n\nNode.js applications are designed to maximize throughput and efficiency, using non-blocking I/O and asynchronous events. Node.js applications run single-threaded, although Node.js uses multiple threads for file and network events. Node.js is commonly used for real-time applications due to its asynchronous nature.\n\nNode.js internally uses the Google V8 JavaScript engine to execute code; a large percentage of the basic modules are written in JavaScript. Node.js contains a built-in, asynchronous I/O library for file, socket, and HTTP communication. The HTTP and socket support allows Node.js to act as a web server without additional software such as Apache.",
"logo": "https://raw.githubusercontent.com/docker-library/docs/01c12653951b2fe592c1f93a13b4e289ada0e3a1/node/logo.png"
},
Expand Down Expand Up @@ -37,7 +37,7 @@
],
"variants": [
{
"version": "21.0.0",
"version": "21.1.0",
"variants": [
{
"data": {
Expand Down Expand Up @@ -123,7 +123,7 @@
{
"assets": {
"bin": {
"checksum": "679fb1cc74ecc460b4a8178b90be2847af28ee817fa2f39d986c832405c0ee1e",
"checksum": "0d51fe055599c17b2e3389d15868d4fd5ca07b408f8c15c325874595310a9382",
"name": "node-v$NODE_VERSION-linux-armv7l.tar.gz",
"url": "http://nodejs.org/dist/v$NODE_VERSION/{{this.assets.bin.name}}"
}
Expand All @@ -138,7 +138,7 @@
{
"assets": {
"bin": {
"checksum": "013f370f1772197cb4e22f22f2185ee26d2e5f3acdb2f252d11cd214e9a8cdb9",
"checksum": "b919cad4e8a5abbd7e6a4433c4f8a7cdc1a78c1e526c6c1aa4a5fcf74011ad2b",
"name": "node-v$NODE_VERSION-linux-x64.tar.gz",
"url": "http://nodejs.org/dist/v$NODE_VERSION/{{this.assets.bin.name}}"
}
Expand All @@ -153,7 +153,7 @@
{
"assets": {
"bin": {
"checksum": "d30396893a9acbdd2a879ac92072932919c8d6dac41177fee86a0336bf9a909d",
"checksum": "5480f438703049f55f19fc3247f6aa1e8059b2f47cf08e9adfdcb7ce7aedff70",
"name": "node-v$NODE_VERSION-linux-arm64.tar.gz",
"url": "http://nodejs.org/dist/v$NODE_VERSION/{{this.assets.bin.name}}"
}
Expand All @@ -170,7 +170,7 @@
]
},
{
"version": "20.8.1",
"version": "20.9.0",
"variants": [
{
"data": {
Expand Down Expand Up @@ -256,7 +256,7 @@
{
"assets": {
"bin": {
"checksum": "679fb1cc74ecc460b4a8178b90be2847af28ee817fa2f39d986c832405c0ee1e",
"checksum": "a28a0de05177106d241ef426b3e006022bc7d242224adace7565868bd9ee6c06",
"name": "node-v$NODE_VERSION-linux-armv7l.tar.gz",
"url": "http://nodejs.org/dist/v$NODE_VERSION/{{this.assets.bin.name}}"
}
Expand All @@ -271,7 +271,7 @@
{
"assets": {
"bin": {
"checksum": "a42ac1f81704b14c7d07ddde989a8e290087b0487ee3f47185eb0240ba518195",
"checksum": "f0919f092fbf74544438907fa083c21e76b2d7a4bc287f0607ada1553ef16f60",
"name": "node-v$NODE_VERSION-linux-x64.tar.gz",
"url": "http://nodejs.org/dist/v$NODE_VERSION/{{this.assets.bin.name}}"
}
Expand All @@ -286,7 +286,7 @@
{
"assets": {
"bin": {
"checksum": "c0420fef5f6e637888be3f400e99297bb844932166fbad5ffa4f188ce59cfcdf",
"checksum": "d2a7dbeeb274bfd16b579d2cafb92f673010df36c83a5b55de3916aad6806a6a",
"name": "node-v$NODE_VERSION-linux-arm64.tar.gz",
"url": "http://nodejs.org/dist/v$NODE_VERSION/{{this.assets.bin.name}}"
}
Expand Down

0 comments on commit 0027cab

Please sign in to comment.