From c8646b60704909fa55c5e602e0cb1b47299a5c8f Mon Sep 17 00:00:00 2001 From: Kirill Gavrilov Date: Wed, 22 Oct 2025 00:29:22 +0300 Subject: [PATCH] ci: more specific version of CI runner image --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9204302..0d2d3b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: Build: runs-on: ubuntu-latest container: - image: ghcr.io/${{ github.repository }}/ci-runner:node-22-trixie-slim + image: ghcr.io/${{ github.repository }}/ci-runner:node-22-obsidian-1.9.14-trixie-slim steps: - uses: actions/checkout@v5 with: