diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index eb4dea5..51ff56a 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -23,7 +23,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '22' + node-version: '22.22.3' - name: Get swarm-cli version id: version diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f6d02a1..971607b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,14 +16,14 @@ jobs: uses: actions/checkout@v4 - name: Setup pnpm - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v3.0.0 with: - version: 9 + version: 9.15.9 - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '22' + node-version: '22.22.3' cache: 'pnpm' - name: Install dependencies diff --git a/package.json b/package.json index 85574b4..de1e269 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,6 @@ "@ethersphere/swarm-cli": "2.36.1" }, "devDependencies": { - "@yao-pkg/pkg": "^6.8.0" + "@yao-pkg/pkg": "6.8.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a6c53d8..9567d84 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -13,7 +13,7 @@ importers: version: 2.36.1 devDependencies: '@yao-pkg/pkg': - specifier: ^6.8.0 + specifier: 6.8.0 version: 6.8.0 packages: @@ -719,6 +719,7 @@ packages: prebuild-install@7.1.1: resolution: {integrity: sha512-jAXscXWMcCK8GgCoHOfIr0ODh5ai8mj63L2nWrjuAgXE6tDyYGnx4/8o/rCgU+B4JSyZBKbeZqzhtwtC3ovxjw==} engines: {node: '>=10'} + deprecated: No longer maintained. Please contact the author of the relevant native addon; alternatives are available. hasBin: true process-nextick-args@2.0.1: @@ -846,6 +847,7 @@ packages: tar@7.5.1: resolution: {integrity: sha512-nlGpxf+hv0v7GkWBK2V9spgactGOp0qvfWRxUMjqHyzrt3SgwE48DIv/FhqPHJYLHpgW1opq3nERbz5Anq7n1g==} engines: {node: '>=18'} + deprecated: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me text-decoder@1.2.3: resolution: {integrity: sha512-3/o9z3X0X0fTupwsYvR03pJ/DjWuqqrfwBgTQzdWDiQSm9KitAyz/9WqsT2JQW7KV2m+bC2ol/zqpW37NHxLaA==} @@ -882,6 +884,7 @@ packages: uuid@9.0.1: resolution: {integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==} + deprecated: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028). hasBin: true wcwidth@1.0.1: