From 2b10e398d0824a5f55ef6c30aa5824e700b682d2 Mon Sep 17 00:00:00 2001 From: ruinivist Date: Mon, 23 Feb 2026 23:56:12 +0000 Subject: [PATCH] fix: ci image url to plasma developer image --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3ded301..63cd1cd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -46,7 +46,7 @@ jobs: lint: runs-on: ubuntu-latest container: - image: kdeorg/plasma-sdk:latest + image: invent-registry.kde.org/neon/docker-images/plasma:developer steps: - uses: actions/checkout@v4 @@ -57,7 +57,7 @@ jobs: node-version: "20" - name: Install prettier - run: npm i -g prettier + run: npm i -g prettier@3.8.1 - name: Run lint checks run: make lint