Skip to content

Commit

Permalink
Print npm version in build-dist
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Jan 24, 2024
1 parent 43a7d31 commit 85b13da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/build-dist/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ runs:
- name: Build distribution
shell: bash
run: |
npm -v
node -v
npm install
npm run build
- name: Upload distribution
Expand Down

0 comments on commit 85b13da

Please sign in to comment.