From a34d5fbf0619e56943b60b95c5ba4edf8d0b8210 Mon Sep 17 00:00:00 2001 From: "Joakim L. Engeset" Date: Wed, 16 Sep 2026 10:57:51 +0200 Subject: [PATCH] ci: remove the check-runtime-dependencies step --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3e55674..994a7b56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,8 +32,6 @@ jobs: with: persist-credentials: false - - uses: capralifecycle/actions-lib/check-runtime-dependencies@6ff0102d31a1efa0e3d1e991749ae93c42cb3e72 # v1.19.0 - - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: ".node-version"