From ab9be93edf0ffd2a301b63f81ef64e1d44c8f1f8 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Mon, 10 Nov 2025 02:39:34 +0100 Subject: [PATCH] chore: bundle @pnpm/exe with Node.js 24 --- pnpm/package-linux-arm64.json | 2 +- pnpm/package-linux-x64.json | 2 +- pnpm/package-linuxstatic-arm64.json | 2 +- pnpm/package-linuxstatic-x64.json | 2 +- pnpm/package-macos-arm64.json | 2 +- pnpm/package-macos-x64.json | 2 +- pnpm/package-win-arm64.json | 2 +- pnpm/package-win-x64.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pnpm/package-linux-arm64.json b/pnpm/package-linux-arm64.json index bedfc11f30..9811184d14 100644 --- a/pnpm/package-linux-arm64.json +++ b/pnpm/package-linux-arm64.json @@ -6,7 +6,7 @@ "dist/scripts/*", "dist/templates/*" ], - "targets": ["node22-linux-arm64"], + "targets": ["node24-linux-arm64"], "outputPath": "../linux-arm64" } } diff --git a/pnpm/package-linux-x64.json b/pnpm/package-linux-x64.json index b94c96a96e..641f84daee 100644 --- a/pnpm/package-linux-x64.json +++ b/pnpm/package-linux-x64.json @@ -6,7 +6,7 @@ "dist/scripts/*", "dist/templates/*" ], - "targets": ["node22-linux-x64"], + "targets": ["node24-linux-x64"], "outputPath": "../linux-x64" } } diff --git a/pnpm/package-linuxstatic-arm64.json b/pnpm/package-linuxstatic-arm64.json index 2c154f9f5f..3aa6850fe1 100644 --- a/pnpm/package-linuxstatic-arm64.json +++ b/pnpm/package-linuxstatic-arm64.json @@ -6,7 +6,7 @@ "dist/scripts/*", "dist/templates/*" ], - "targets": ["node22-linuxstatic-arm64"], + "targets": ["node24-linuxstatic-arm64"], "outputPath": "../linuxstatic-arm64" } } diff --git a/pnpm/package-linuxstatic-x64.json b/pnpm/package-linuxstatic-x64.json index bb1c60ce7f..15573b2f8d 100644 --- a/pnpm/package-linuxstatic-x64.json +++ b/pnpm/package-linuxstatic-x64.json @@ -6,7 +6,7 @@ "dist/scripts/*", "dist/templates/*" ], - "targets": ["node22-linuxstatic-x64"], + "targets": ["node24-linuxstatic-x64"], "outputPath": "../linuxstatic-x64" } } diff --git a/pnpm/package-macos-arm64.json b/pnpm/package-macos-arm64.json index cfb26c4525..c6d5d28bef 100644 --- a/pnpm/package-macos-arm64.json +++ b/pnpm/package-macos-arm64.json @@ -7,7 +7,7 @@ "dist/refclone.darwin-arm64-*.node", "dist/templates/*" ], - "targets": ["node22-macos-arm64"], + "targets": ["node24-macos-arm64"], "outputPath": "../macos-arm64" } } diff --git a/pnpm/package-macos-x64.json b/pnpm/package-macos-x64.json index c30f0a5fe0..7a7a01fcc7 100644 --- a/pnpm/package-macos-x64.json +++ b/pnpm/package-macos-x64.json @@ -7,7 +7,7 @@ "dist/refclone.darwin-x64-*.node", "dist/templates/*" ], - "targets": ["node22-macos-x64"], + "targets": ["node24-macos-x64"], "outputPath": "../macos-x64" } } diff --git a/pnpm/package-win-arm64.json b/pnpm/package-win-arm64.json index 7a23db3444..868094482d 100644 --- a/pnpm/package-win-arm64.json +++ b/pnpm/package-win-arm64.json @@ -7,7 +7,7 @@ "dist/refclone.win32-arm64-*.node", "dist/templates/*" ], - "targets": ["node22-win-arm64"], + "targets": ["node24-win-arm64"], "outputPath": "../win-arm64" } } diff --git a/pnpm/package-win-x64.json b/pnpm/package-win-x64.json index e27f3aa5e7..40889a8d87 100644 --- a/pnpm/package-win-x64.json +++ b/pnpm/package-win-x64.json @@ -7,7 +7,7 @@ "dist/refclone.win32-x64-*.node", "dist/templates/*" ], - "targets": ["node22-win-x64"], + "targets": ["node24-win-x64"], "outputPath": "../win-x64" } }