Skip to content

Commit

Permalink
use node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
naxhh committed Oct 2, 2024
1 parent 72e5c01 commit 4022453
Show file tree
Hide file tree
Showing 3 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 @@
19.9.0
22
2 changes: 1 addition & 1 deletion validator/sanitizeDashboards.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21-alpine
FROM node:22-slim
WORKDIR /scripts
VOLUME /definitions
COPY ["package.json", "package-lock.json*", "./"]
Expand Down
2 changes: 1 addition & 1 deletion validator/validateDefinitions.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21-alpine
FROM node:22-slim
WORKDIR /scripts
VOLUME /definitions
COPY ["package.json", "package-lock.json*", "./"]
Expand Down

0 comments on commit 4022453

Please sign in to comment.