Update Gitea workflow to use npm install instead of npm ci for dependency installation
Some checks failed
RenovateBot / renovate (push) Successful in 29s
Test / Basic (push) Failing after 1m42s
Test / E2E (push) Has been skipped

This commit is contained in:
2026-02-05 15:41:47 +00:00
parent ee32dedf61
commit 60310f5b9d

View File

@@ -62,7 +62,7 @@ jobs:
package-lock.json package-lock.json
playground/package-lock.json playground/package-lock.json
- name: Install root deps - name: Install root deps
run: npm ci run: npm install
- name: Build plugin - name: Build plugin
run: npm run build run: npm run build
- name: Pack plugin into playground .yalc - name: Pack plugin into playground .yalc