Skip to content

Commit

Permalink
UHF-9380: More descriptive step name for the npm audit.
Browse files Browse the repository at this point in the history
  • Loading branch information
khalima committed Jan 29, 2024
1 parent c74f270 commit 624cec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Use Node.js from .nvmrc
- name: Run npm audit
id: npm_audit
run: |
node_version=$(cat .nvmrc)
Expand Down

0 comments on commit 624cec8

Please sign in to comment.