Skip to content

Commit

Permalink
chore: upgrade node
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneb committed Jan 24, 2025
1 parent 7131b1a commit 7d627df
Show file tree
Hide file tree
Showing 4 changed files with 478 additions and 354 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.pnp.js

# testing
/coverage
/.nyc_output

# production
/build
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Application
FROM node:16-alpine
FROM node:22-alpine
WORKDIR /usr/src/app
COPY --chown=node:node . /usr/src/app
RUN npm ci --production
Expand Down
Loading

0 comments on commit 7d627df

Please sign in to comment.