Fix bot review

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-01-22 21:06:19 +04:00
parent 7dd5e1666d
commit 4d80dccbbf
5 changed files with 9 additions and 19 deletions

View File

@@ -37,7 +37,7 @@ jobs:
cache: "npm"
- name: Update npm
- run: "npm i -g npm@11.8.0"
run: npm i -g npm@11.8.0
- name: Install dependencies
run: npm ci