Skip to content

Commit 2868d8a

Browse files
committed
Migrate to Node.js 22
1 parent e80121a commit 2868d8a

File tree

4 files changed

+719
-33
lines changed

4 files changed

+719
-33
lines changed

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.17.0
1+
22.20.0

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@ ENV MARTEN_ENV=production
66

77
RUN apt-get update
88
RUN apt-get install -y curl
9-
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
9+
RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash -
1010
RUN apt-get install -y nodejs libsqlite3-dev cmake build-essential
1111

1212
RUN npm install
13-
RUN npm rebuild node-sass
1413
RUN npm run gulp -- build --production
1514

1615
RUN shards install --without-development

0 commit comments

Comments
 (0)