Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
chore(nvm): bump node versio to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Sep 4, 2024
1 parent 3e4ddaa commit 1668b7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.18.0
v20.11.1
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG NODE_VERSION=18.18.0
ARG NODE_VERSION_SHORT=18
ARG NODE_VERSION=20.11.0
ARG NODE_VERSION_SHORT=20

FROM node:${NODE_VERSION}-bullseye-slim AS builder

Expand Down

0 comments on commit 1668b7e

Please sign in to comment.