From c327818ce984861d32322c48de3eea3ce6a787b2 Mon Sep 17 00:00:00 2001 From: André Oliveira <37463445+SpecialAro@users.noreply.github.com> Date: Mon, 8 Jan 2024 00:39:10 +0000 Subject: Sync update node and pnpm (#92) --- .nvmrc | 2 +- CONTRIBUTING.md | 2 +- Dockerfile | 4 ++-- package.json | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.nvmrc b/.nvmrc index 02c8b48..f3f52b4 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18.18.0 +20.9.0 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 638812a..2e93c39 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,7 +49,7 @@ Currently, these are the combinations of system dependencies that work for MacOS ```bash $ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json { - "node": "18.18.0", + "node": "20.9.0", "pnpm": "8.7.6", "python": "3.11.1" } diff --git a/Dockerfile b/Dockerfile index ea36dd6..a53c0c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18.18.0-alpine as build +FROM node:20.9.0-alpine as build WORKDIR /server-build @@ -12,7 +12,7 @@ RUN pnpm install --config.build-from-source=sqlite --config.sqlite=/usr/local RUN pnpm build # ---- RUNTIME IMAGE ---------------------------------------------------------- -FROM node:18.18.0-alpine +FROM node:20.9.0-alpine WORKDIR /app LABEL maintainer="ferdium" diff --git a/package.json b/package.json index 81a3e86..50fa1a8 100644 --- a/package.json +++ b/package.json @@ -3,14 +3,14 @@ "version": "2.0.4", "description": "Ferdium server to replace the default Franz/Ferdi server.", "engines": { - "node": "18.18.0", - "pnpm": "8.7.6", + "node": "20.9.0", + "pnpm": "^8.10.0", "python": "3.11.1" }, "engine-strict": true, "volta": { - "node": "18.18.0", - "pnpm": "8.7.6", + "node": "20.9.0", + "pnpm": "^8.10.0", "python": "3.11.1" }, "homepage": "https://github.com/ferdium/ferdium-server", -- cgit v1.2.3-54-g00ecf