From 8a4f0ec4a962ed0ad410091bc0cf3d1ed92b57bb Mon Sep 17 00:00:00 2001 From: Kirill Gavrilov Date: Sat, 6 Jun 2026 16:45:12 +0300 Subject: [PATCH] ci: use envinfo package to check environment info on CI --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 017a0c4..509450c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v4 - name: Environment details - run: pnpm version + run: pnpm dlx envinfo --system --binaries - name: Install dependencies run: pnpm install - name: Build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 04fe286..00ba8cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: node-version: '24' package-manager-cache: false - name: Environment details - run: pnpm version + run: pnpm dlx envinfo --system --binaries - name: Build id: build run: |