fix: ci image url to plasma developer image

This commit is contained in:
2026-02-23 23:56:12 +00:00
parent 603d5b51bd
commit 2b10e398d0
+2 -2
View File
@@ -46,7 +46,7 @@ jobs:
lint: lint:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: kdeorg/plasma-sdk:latest image: invent-registry.kde.org/neon/docker-images/plasma:developer
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@@ -57,7 +57,7 @@ jobs:
node-version: "20" node-version: "20"
- name: Install prettier - name: Install prettier
run: npm i -g prettier run: npm i -g prettier@3.8.1
- name: Run lint checks - name: Run lint checks
run: make lint run: make lint