Skip to content

Commit

Permalink
installed needed module locally
Browse files Browse the repository at this point in the history
  • Loading branch information
chernser committed Dec 20, 2024
1 parent 3bc4020 commit 8c108e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ jobs:
env:
JWT_K_PEM: ${{ secrets.JWT_K_PEM }}
run: |
npm install jsonwebtoken -g &&
npm install jsonwebtoken &&
echo "CLIENT_JWT=$(node jwt-gen.js)" >> "$GITHUB_ENV"
- name: Test http client
env:
Expand Down

0 comments on commit 8c108e7

Please sign in to comment.