Skip to content

Commit 0ffed00

Browse files
bevanjkayBrewTestBot
authored andcommitted
node 18.3.0
npm 8.11.0 Closes #102792. Signed-off-by: Rui Chen <[email protected]> Signed-off-by: BrewTestBot <[email protected]>
1 parent 495ce81 commit 0ffed00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/node.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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/v18.2.0/node-v18.2.0.tar.xz"
5-
sha256 "2305b15ebf5547474e905b5002f9ba99c7eeef01d7394dfe6f3846cc6bcad66d"
4+
url "https://nodejs.org/dist/v18.3.0/node-v18.3.0.tar.xz"
5+
sha256 "3f694a81626e5057cda57898e771d213cfc5a649855f4cf1c6f6cd150c530625"
66
license "MIT"
77
head "https://github.com/nodejs/node.git", branch: "master"
88

@@ -52,8 +52,8 @@ class Node < Formula
5252
# We track major/minor from upstream Node releases.
5353
# We will accept *important* npm patch releases when necessary.
5454
resource "npm" do
55-
url "https://registry.npmjs.org/npm/-/npm-8.9.0.tgz"
56-
sha256 "19a36ab5340cbe5b17d1aa0fa18a5934bbb5b8157db055706b155d98b6f122b7"
55+
url "https://registry.npmjs.org/npm/-/npm-8.11.0.tgz"
56+
sha256 "f2495337c9483d435457249dfdb40e62c70e7e0fa3f6dfcf21b45f3235a2fcde"
5757
end
5858

5959
def install

0 commit comments

Comments
 (0)