Skip to content

Commit

Permalink
node 18.3.0
Browse files Browse the repository at this point in the history
npm 8.11.0
  • Loading branch information
bevanjkay authored and chenrui333 committed Jun 2, 2022
1 parent c61546a commit 5d6bb27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/node.rb
@@ -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/v18.2.0/node-v18.2.0.tar.xz"
sha256 "2305b15ebf5547474e905b5002f9ba99c7eeef01d7394dfe6f3846cc6bcad66d"
url "https://nodejs.org/dist/v18.3.0/node-v18.3.0.tar.xz"
sha256 "3f694a81626e5057cda57898e771d213cfc5a649855f4cf1c6f6cd150c530625"
license "MIT"
head "https://github.com/nodejs/node.git", branch: "master"

Expand Down Expand Up @@ -52,8 +52,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-8.9.0.tgz"
sha256 "19a36ab5340cbe5b17d1aa0fa18a5934bbb5b8157db055706b155d98b6f122b7"
url "https://registry.npmjs.org/npm/-/npm-8.11.0.tgz"
sha256 "f2495337c9483d435457249dfdb40e62c70e7e0fa3f6dfcf21b45f3235a2fcde"
end

def install
Expand Down

0 comments on commit 5d6bb27

Please sign in to comment.