use pnpm setup auto-install

This commit is contained in:
Samuel Newman
2026-08-11 16:39:59 +03:00
parent 0d413614b4
commit 23258cdf11
2 changed files with 0 additions and 9 deletions
-6
View File
@@ -55,9 +55,6 @@ jobs:
uses: pnpm/setup@84cb39b217b10273981911c288cd62326dc7c6d2 # v2.0.2
with:
cache: true
install: false
- name: 📦 pnpm install
run: pnpm install --frozen-lockfile
- name: 🔤 Check & compile i18n
run: pnpm intl:build
- name: 🧹 Lint checks
@@ -92,9 +89,6 @@ jobs:
uses: pnpm/setup@84cb39b217b10273981911c288cd62326dc7c6d2 # v2.0.2
with:
cache: true
install: false
- name: 📦 pnpm install
run: pnpm install --frozen-lockfile
- name: 🔤 Check & compile i18n
run: pnpm intl:build
- name: 🧪 Run tests