Skip to content

Commit

Permalink
refactor: updated test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar95 committed Aug 5, 2024
1 parent c8a64c1 commit 2b7aed9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lockfile-version-v20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Check NPM version
run: |
npm_version=$(npm -v)
echo "NPM VERSION= $npm_version"
if [[ ! "$npm_version" =~ ^10 ]]; then
echo "ERROR: NPM version 10 is required. Current version: $npm_version"
exit 1
Expand Down

0 comments on commit 2b7aed9

Please sign in to comment.