Skip to content

Commit

Permalink
Merge pull request dependabot#7348 from christianvuerings/upgrade-nod…
Browse files Browse the repository at this point in the history
…e-18

Upgrade Node.js to active LTS version (18.x)
  • Loading branch information
jurre committed Jul 19, 2023
2 parents c16ea75 + bdd89f8 commit c84eab2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions npm_and_yarn/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ ARG PNPM_VERSION=8.6.4
ARG YARN_VERSION=3.6.0

# See https://github.com/nodesource/distributions#installation-instructions
ARG NODEJS_VERSION=16.x
ARG NODEJS_VERSION=18.x

# Check for updates at https://github.com/npm/cli/releases
# This version should be compatible with the Node.js version declared above. See https://nodejs.org/en/download/releases as well
ARG NPM_VERSION=8.19.4
ARG NPM_VERSION=9.5.1

# Install Node and npm
RUN curl -sL https://deb.nodesource.com/setup_$NODEJS_VERSION | bash - \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2522,7 +2522,7 @@
to eq("git+ssh://git@github.com/jonschlinkert/is-number.git#" \
"0c6b15a88bc10cd47f67a09506399dfc9ddc075d")
expect(parsed_package_lock["dependencies"]["is-number"]["from"]).
to eq("is-number@jonschlinkert/is-number#semver:^4.0.0")
to eq("is-number@github:jonschlinkert/is-number#semver:^4.0.0")
end
end
end
Expand Down

0 comments on commit c84eab2

Please sign in to comment.