Skip to content

Commit dfea9a8

Browse files
committed
ci: add OS build details step to PR workflow
1 parent 5e1e4fc commit dfea9a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
uses: actions/setup-node@v4
2929
with:
3030
node-version: ${{ matrix.node-version }}
31+
- name: OS build details
32+
run: lsb_release -a
3133
- run: npm install -g lerna
3234
- name: Install node_modules
3335
run: yarn

0 commit comments

Comments
 (0)