Skip to content

Commit

Permalink
node 22.10.0
Browse files Browse the repository at this point in the history
bump node to 22.10.0, npm to 10.9.0
  • Loading branch information
harpchad committed Oct 21, 2024
1 parent 8ec7f38 commit 5988756
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Formula/n/node.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
class Node < Formula
desc "Platform built on V8 to build network applications"
homepage "https://nodejs.org/"
url "https://nodejs.org/dist/v22.9.0/node-v22.9.0.tar.xz"
sha256 "a55aeb368dee93432f610127cf94ce682aac07b93dcbbaadd856df122c9239df"
url "https://nodejs.org/dist/v22.10.0/node-v22.10.0.tar.xz"
sha256 "3180710d3130ad9df01466abf010e408d41b374be54301d1480d10eca73558e0"
license "MIT"
revision 1
head "https://github.com/nodejs/node.git", branch: "main"

livecheck do
Expand Down Expand Up @@ -49,8 +48,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.3.tgz"
sha256 "b7dc7eb48d7479b93668e913c7ad686ab2aa71c705d4a56b5323d1bffdba2972"
url "https://registry.npmjs.org/npm/-/npm-10.9.0.tgz"
sha256 "c12def16fe3efdc80b1e652d60903d807ac4b78b9e7c3e76f633f4b13a32897c"
end

def install
Expand Down

0 comments on commit 5988756

Please sign in to comment.