diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91a4904d25..2db52d06ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [20.x, 22.x] + node-version: [20.x, 22.x, 24.x] steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 diff --git a/.nvmrc b/.nvmrc index ca5c350055..3fe3b1570a 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -24.18.0 +24.13.0 diff --git a/examples/js/sui/custom-tx/.nvmrc b/examples/js/sui/custom-tx/.nvmrc index ca5c350055..3fe3b1570a 100644 --- a/examples/js/sui/custom-tx/.nvmrc +++ b/examples/js/sui/custom-tx/.nvmrc @@ -1 +1 @@ -24.18.0 +24.13.0 diff --git a/examples/ts/proxy/.nvmrc b/examples/ts/proxy/.nvmrc index ca5c350055..3fe3b1570a 100644 --- a/examples/ts/proxy/.nvmrc +++ b/examples/ts/proxy/.nvmrc @@ -1 +1 @@ -24.18.0 +24.13.0 diff --git a/examples/ts/tss-recovery/.nvmrc b/examples/ts/tss-recovery/.nvmrc index ca5c350055..3fe3b1570a 100644 --- a/examples/ts/tss-recovery/.nvmrc +++ b/examples/ts/tss-recovery/.nvmrc @@ -1 +1 @@ -24.18.0 +24.13.0 diff --git a/examples/ts/tss-smc/.nvmrc b/examples/ts/tss-smc/.nvmrc index ca5c350055..3fe3b1570a 100644 --- a/examples/ts/tss-smc/.nvmrc +++ b/examples/ts/tss-smc/.nvmrc @@ -1 +1 @@ -24.18.0 +24.13.0 diff --git a/yarn.lock b/yarn.lock index db384cde2a..07195de0fe 100644 --- a/yarn.lock +++ b/yarn.lock @@ -20012,7 +20012,7 @@ tar-stream@~2.2.0: tar@6.2.1, tar@^6.1.11, tar@^6.1.2: version "6.2.1" - resolved "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz" + resolved "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz#717549c541bc3c2af15751bea94b1dd068d4b03a" integrity sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A== dependencies: chownr "^2.0.0"