File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Added
11
+
12
+ - 22.11.0 (linux-amd64, linux-arm64)
13
+
10
14
## [ 3.2.17] - 2024-10-25
11
15
12
16
### Added
Original file line number Diff line number Diff line change @@ -26,6 +26,20 @@ arch = "amd64"
26
26
url = " https://nodejs.org/download/release/v23.0.0/node-v23.0.0-linux-x64.tar.gz"
27
27
checksum = " sha256:702cbc710fcf1102cef1aced74443fee34eff8df4827de30ec970d377ce31d9e"
28
28
29
+ [[artifacts ]]
30
+ version = " 22.11.0"
31
+ os = " linux"
32
+ arch = " arm64"
33
+ url = " https://nodejs.org/download/release/v22.11.0/node-v22.11.0-linux-arm64.tar.gz"
34
+ checksum = " sha256:27453f7a0dd6b9e6738f1f6ea6a09b102ec7aa484de1e39d6a1c3608ad47aa6a"
35
+
36
+ [[artifacts ]]
37
+ version = " 22.11.0"
38
+ os = " linux"
39
+ arch = " amd64"
40
+ url = " https://nodejs.org/download/release/v22.11.0/node-v22.11.0-linux-x64.tar.gz"
41
+ checksum = " sha256:4f862bab52039835efbe613b532238b6e4dde98d139a34e6923193e073438b13"
42
+
29
43
[[artifacts ]]
30
44
version = " 22.10.0"
31
45
os = " linux"
You can’t perform that action at this time.
0 commit comments