ci: Use pnpm v10 in ci

This commit is contained in:
FabianLars
2025-03-01 14:05:45 +01:00
parent b945bf991b
commit 8e59bf2cba
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ jobs:
node-version: 20
- uses: pnpm/action-setup@v2
with:
version: 9.x.x
version: 10.x.x
run_install: true
- name: audit
run: pnpm audit
@@ -26,7 +26,7 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 9.x.x
version: 10.x.x
run_install: true
- name: install webkit2gtk
+2 -2
View File
@@ -45,7 +45,7 @@ jobs:
node-version: 20
- uses: pnpm/action-setup@v2
with:
version: 9.x.x
version: 10.x.x
run_install: true
- name: eslint
run: pnpm lint
@@ -65,7 +65,7 @@ jobs:
node-version: 20
- uses: pnpm/action-setup@v2
with:
version: 9.x.x
version: 10.x.x
run_install: true
- name: prettier check
run: pnpm format-check
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 9.x.x
version: 10.x.x
run_install: true
- name: Build packages