aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2024-01-13 18:47:41 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2024-01-13 13:30:51 +0000
commitd05c4618c0328b655a02aafe99c2d09c3d8f29fe (patch)
treeb954013f6ef6211458351c4ba240bd55d8c8eab3 /package.json
parent6.7.1-nightly.6 [skip ci] (diff)
downloadferdium-app-d05c4618c0328b655a02aafe99c2d09c3d8f29fe.tar.gz
ferdium-app-d05c4618c0328b655a02aafe99c2d09c3d8f29fe.tar.zst
ferdium-app-d05c4618c0328b655a02aafe99c2d09c3d8f29fe.zip
Upgrade node to latest LTS (20.11.0) and pnpm to latest (8.14.1)
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index 2a94eb953..71ace002f 100644
--- a/package.json
+++ b/package.json
@@ -13,15 +13,15 @@
13 "repository": "https://github.com/ferdium/ferdium-app.git", 13 "repository": "https://github.com/ferdium/ferdium-app.git",
14 "private": true, 14 "private": true,
15 "engines": { 15 "engines": {
16 "node": "20.9.0", 16 "node": "20.11.0",
17 "pnpm": "8.10.0" 17 "pnpm": "8.14.1"
18 }, 18 },
19 "engine-strict": true, 19 "engine-strict": true,
20 "volta": { 20 "volta": {
21 "node": "20.9.0", 21 "node": "20.11.0",
22 "pnpm": "8.10.0" 22 "pnpm": "8.14.1"
23 }, 23 },
24 "packageManager": "pnpm@8.10.0", 24 "packageManager": "pnpm@8.14.1",
25 "scripts": { 25 "scripts": {
26 "prepare": "is-ci || husky install", 26 "prepare": "is-ci || husky install",
27 "start": "electron ./build", 27 "start": "electron ./build",