ci: use envinfo package to check environment info on CI

This commit is contained in:
Kirill Gavrilov 2026-06-06 16:45:12 +03:00 committed by Kirill Gavrilov
parent 1e40cd1979
commit 8a4f0ec4a9
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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: |