Skip to content

Commit

Permalink
test: add ability to run tests against a given Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
rprieto committed Dec 10, 2023
1 parent 206fb54 commit c1e7884
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM ghcr.io/thumbsup/build:node-18
ARG NODE_VERSION=18
FROM ghcr.io/thumbsup/build:node-$NODE_VERSION
WORKDIR /app
COPY package*.json .
RUN npm ci
Expand Down

0 comments on commit c1e7884

Please sign in to comment.