From 96fae327ecfcdd83ea532b66199499758ac55746 Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Thu, 25 Sep 2025 19:14:48 +0700 Subject: [PATCH] Fix build --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d1575c48f..3cbb3903e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: "containerd-snapshotter": true } } - - uses: actions/checkout@v3 + - uses: actions/checkout@v3 with: fetch-depth: 2 - uses: actions/setup-node@v3 @@ -102,4 +102,3 @@ jobs: run: | echo Pushing release of tag ${{ github.ref }} node common/scripts/install-run-rush.js docker:push -v - \ No newline at end of file