Skip to content

Commit b0095bf

Browse files
jcmartincapitanJuan Carlos Martin
andauthored
feat(upgrade): Upgrade node and library versions (#10)
Co-authored-by: Juan Carlos Martin <juancarlos.martin@haufe.com>
1 parent f21c2f4 commit b0095bf

File tree

5 files changed

+1668
-869
lines changed

5 files changed

+1668
-869
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [18.x]
19+
node-version: [24.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
24

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18-alpine
1+
FROM node:24-alpine
22

33
RUN mkdir -p /usr/src/app
44

0 commit comments

Comments
 (0)