Skip to content

Commit dd87c00

Browse files
authored
Update node and pnpm (#156)
1 parent 6e87515 commit dd87c00

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.14.0
1+
22.18.0

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ Currently, these are the combinations of system dependencies that work for MacOS
4949
```bash
5050
$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json
5151
{
52-
"node": "22.14.0",
53-
"pnpm": "10.4.0",
52+
"node": "22.18.0",
53+
"pnpm": "10.14.0",
5454
"python": "3.12.7"
5555
}
5656
```

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.14.0-alpine as builder
1+
FROM node:22.18.0-alpine as builder
22

33
WORKDIR /server-build
44

@@ -17,7 +17,7 @@ COPY . .
1717
RUN pnpm build
1818

1919
# ---- RUNTIME IMAGE ----------------------------------------------------------
20-
FROM node:22.14.0-alpine
20+
FROM node:22.18.0-alpine
2121

2222
WORKDIR /app
2323
LABEL maintainer="ferdium"

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
"version": "2.0.11",
44
"description": "Ferdium server to replace the default Franz/Ferdi server.",
55
"engines": {
6-
"node": "22.14.0",
7-
"pnpm": "10.4.0",
6+
"node": "22.18.0",
7+
"pnpm": "10.14.0",
88
"python": "3.12.7"
99
},
1010
"engine-strict": true,
1111
"volta": {
12-
"node": "22.14.0",
13-
"pnpm": "10.4.0",
12+
"node": "22.18.0",
13+
"pnpm": "10.14.0",
1414
"python": "3.12.7"
1515
},
16-
"packageManager": "pnpm@10.4.0",
16+
"packageManager": "pnpm@10.14.0",
1717
"homepage": "https://github.com/ferdium/ferdium-server",
1818
"license": "MIT License",
1919
"scripts": {

0 commit comments

Comments
 (0)