Skip to content

Commit

Permalink
feat: bump node to LTS version and bump to newest PNPM
Browse files Browse the repository at this point in the history
  • Loading branch information
terragady authored Feb 7, 2024
1 parent 0554c12 commit d632ae1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions npm_and_yarn/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ FROM ghcr.io/dependabot/dependabot-updater-core
ARG COREPACK_VERSION=0.24.0

# Check for updates at https://github.com/pnpm/pnpm/releases
ARG PNPM_VERSION=8.14.3
ARG PNPM_VERSION=8.15.1

# Check for updates at https://github.com/yarnpkg/berry/releases
ARG YARN_VERSION=3.7.0

# See https://github.com/nodesource/distributions#installation-instructions
ARG NODEJS_VERSION=18.x
ARG NODEJS_VERSION=20.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
Expand Down

0 comments on commit d632ae1

Please sign in to comment.