Skip to content

Commit 7e0d321

Browse files
BrewTestBotchenrui333
authored andcommitted
node 23.0.0
node: npm 10.9.0 Signed-off-by: Rui Chen <[email protected]>
1 parent 31a2778 commit 7e0d321

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed
File renamed without changes.

Formula/n/node.rb

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
class Node < Formula
22
desc "Platform built on V8 to build network applications"
33
homepage "https://nodejs.org/"
4-
url "https://nodejs.org/dist/v22.9.0/node-v22.9.0.tar.xz"
5-
sha256 "a55aeb368dee93432f610127cf94ce682aac07b93dcbbaadd856df122c9239df"
4+
url "https://nodejs.org/dist/v23.0.0/node-v23.0.0.tar.xz"
5+
sha256 "79c800b2c97c497bf7de21ac7435dc5f587c7d4735f750056ac6310d43b79eca"
66
license "MIT"
7-
revision 1
87
head "https://github.com/nodejs/node.git", branch: "main"
98

109
livecheck do
@@ -49,8 +48,8 @@ class Node < Formula
4948
# We track major/minor from upstream Node releases.
5049
# We will accept *important* npm patch releases when necessary.
5150
resource "npm" do
52-
url "https://registry.npmjs.org/npm/-/npm-10.8.3.tgz"
53-
sha256 "b7dc7eb48d7479b93668e913c7ad686ab2aa71c705d4a56b5323d1bffdba2972"
51+
url "https://registry.npmjs.org/npm/-/npm-10.9.0.tgz"
52+
sha256 "c12def16fe3efdc80b1e652d60903d807ac4b78b9e7c3e76f633f4b13a32897c"
5453
end
5554

5655
def install

0 commit comments

Comments
 (0)