mirror of
https://github.com/gavvvr/obsidian-timecodes-plugin.git
synced 2026-07-22 05:38:08 +00:00
ci: use envinfo package to check environment info on CI
This commit is contained in:
parent
1e40cd1979
commit
c7f094de27
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue