Skip to content

Commit

Permalink
node 23.1.0
Browse files Browse the repository at this point in the history
node: npm 10.9.0

Signed-off-by: Rui Chen <rui@chenrui.dev>

node: remove `--without-corepack`

Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
BrewTestBot authored and chenrui333 committed Oct 24, 2024
1 parent e198de4 commit 9804bc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
File renamed without changes.
5 changes: 2 additions & 3 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.10.0/node-v22.10.0.tar.xz"
sha256 "3180710d3130ad9df01466abf010e408d41b374be54301d1480d10eca73558e0"
url "https://nodejs.org/dist/v23.1.0/node-v23.1.0.tar.xz"
sha256 "57cbfd3dd51f9300ea2b8e60a8ed215b1eaa71fbde4c3903a7d31a443a4a4423"
license "MIT"
head "https://github.com/nodejs/node.git", branch: "main"

Expand Down Expand Up @@ -66,7 +66,6 @@ def install
args = %W[
--prefix=#{prefix}
--without-npm
--without-corepack
--with-intl=system-icu
--shared-libuv
--shared-nghttp2
Expand Down

0 comments on commit 9804bc5

Please sign in to comment.