Skip to content

Commit 87eaeaf

Browse files
committed
Upgrade 'npm' to '18.15.0' and 'pnpm' to 7.30.0'
1 parent 85c0fac commit 87eaeaf

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.13.0
1+
18.15.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": "18.13.0",
53-
"pnpm": "7.26.1",
52+
"node": "18.15.0",
53+
"pnpm": "7.30.0",
5454
"python": "3.11.1"
5555
}
5656
```

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18.13.0-alpine as build
1+
FROM node:18.15.0-alpine as build
22

33
WORKDIR /server-build
44

@@ -11,7 +11,7 @@ RUN PNPM_VERSION=$(node -p 'require("./package.json").engines.pnpm'); npm i -g p
1111
RUN pnpm install --config.build-from-source=sqlite --config.sqlite=/usr/local
1212

1313
# ---- RUNTIME IMAGE ----------------------------------------------------------
14-
FROM node:18.13.0-alpine
14+
FROM node:18.15.0-alpine
1515

1616
WORKDIR /app
1717
LABEL maintainer="ferdium"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"description": "Ferdium server to replace the default Franz/Ferdi server.",
66
"main": "index.js",
77
"engines": {
8-
"node": "18.13.0",
9-
"pnpm": "7.26.1",
8+
"node": "18.15.0",
9+
"pnpm": "7.30.0",
1010
"python": "3.11.1"
1111
},
1212
"scripts": {

0 commit comments

Comments
 (0)