Skip to content

Commit 8c108e7

Browse files
committed
installed needed module locally
1 parent 3bc4020 commit 8c108e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251
env:
252252
JWT_K_PEM: ${{ secrets.JWT_K_PEM }}
253253
run: |
254-
npm install jsonwebtoken -g &&
254+
npm install jsonwebtoken &&
255255
echo "CLIENT_JWT=$(node jwt-gen.js)" >> "$GITHUB_ENV"
256256
- name: Test http client
257257
env:

0 commit comments

Comments
 (0)