diff options
| author | Valentin Popov <valentin@popov.link> | 2026-02-05 18:41:47 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-02-05 18:41:47 +0300 |
| commit | 60310f5b9de216a67b212d37417b9f7da1814302 (patch) | |
| tree | a0c52fef769330cc5ef0852ea6c3eecfa44a1351 | |
| parent | ee32dedf61e2d2ab6704fd40eec2a9e436f2114f (diff) | |
| download | strapi-plugin-checkbox-list-60310f5b9de216a67b212d37417b9f7da1814302.tar.xz strapi-plugin-checkbox-list-60310f5b9de216a67b212d37417b9f7da1814302.zip | |
Update Gitea workflow to use npm install instead of npm ci for dependency installation
| -rw-r--r-- | .gitea/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 5c66a4f..a68420a 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -62,7 +62,7 @@ jobs: package-lock.json playground/package-lock.json - name: Install root deps - run: npm ci + run: npm install - name: Build plugin run: npm run build - name: Pack plugin into playground .yalc |
