Skip to content

Commit

Permalink
node 22.5.0
Browse files Browse the repository at this point in the history
node: npm 10.8.2

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
BrewTestBot authored and chenrui333 committed Jul 17, 2024
1 parent 40a3a03 commit 791dfb2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/n/node.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Node < Formula
desc "Platform built on V8 to build network applications"
homepage "https://nodejs.org/"
url "https://nodejs.org/dist/v22.4.1/node-v22.4.1.tar.xz"
sha256 "65fc857f5aa8256aafc900b344c0115c9aeae25a02541fd5ce0dbd4dfd1c5fb9"
url "https://nodejs.org/dist/v22.5.0/node-v22.5.0.tar.xz"
sha256 "5a86238f00393716a03cd304f7c63f4c27144889d05a3938bb0f242c8d29d62f"
license "MIT"
head "https://github.com/nodejs/node.git", branch: "main"

Expand Down Expand Up @@ -49,8 +49,8 @@ class Node < Formula
# We track major/minor from upstream Node releases.
# We will accept *important* npm patch releases when necessary.
resource "npm" do
url "https://registry.npmjs.org/npm/-/npm-10.8.1.tgz"
sha256 "b8807aebb9656758e2872fa6e7c564b506aa2faa9297439a478d471d2fe32483"
url "https://registry.npmjs.org/npm/-/npm-10.8.2.tgz"
sha256 "c8c61ba0fa0ab3b5120efd5ba97fdaf0e0b495eef647a97c4413919eda0a878b"
end

def install
Expand Down

0 comments on commit 791dfb2

Please sign in to comment.