Skip to content

Commit fadadea

Browse files
committed
update ci
1 parent dcda7af commit fadadea

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/checkin.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
- name: 'check for uncommitted changes'
2929
# Ensure no changes
3030
run: |
31+
pnpm --version
32+
node --version
3133
git add .
3234
if ! git diff --cached --color=always --exit-code -- . ':!node_modules'; then
3335
echo "::error::Found changed files after build. Please run 'pnpm release' and check in all changes."

0 commit comments

Comments
 (0)