👷 Updated frontend lint to use up-to-date pnpm and eslint version

This commit is contained in:
Proxyfil
2026-04-06 23:58:50 +02:00
parent 94260b1058
commit a9e55f528b
+2 -2
View File
@@ -24,9 +24,9 @@ jobs:
with:
fetch-depth: 1
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v5.0.0
with:
version: 8.14.0
version: 10.24.0
working-directory: ./frontend
- name: Install dependencies