From 832708299fc0492b4de468973aa087804d7fbfe0 Mon Sep 17 00:00:00 2001 From: Sander Declerck Date: Fri, 28 Nov 2025 11:29:40 +0100 Subject: [PATCH] Use @yao-pkg/pkg --- .github/workflows/create-artifact.yml | 2 +- build.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-artifact.yml b/.github/workflows/create-artifact.yml index 8e718f9..63badb5 100644 --- a/.github/workflows/create-artifact.yml +++ b/.github/workflows/create-artifact.yml @@ -54,7 +54,7 @@ jobs: - name: Setup safe-chain run: | - npm i -g @aikidosec/safe-chain pkg + npm i -g @aikidosec/safe-chain @yao-pkg/pkg safe-chain setup-ci - name: Install dependencies diff --git a/build.js b/build.js index b15b936..7c5ac27 100644 --- a/build.js +++ b/build.js @@ -29,7 +29,7 @@ async function bundleSafeChain() { entryPoints: ["./packages/safe-chain/bin/safe-chain.js"], bundle: true, platform: "node", - target: "node22", + target: "node24", outfile: "./build/bin/safe-chain.cjs", }); }