Skip to content

Commit 14aa1fe

Browse files
committed
ci: another way of changing library
1 parent 210ab65 commit 14aa1fe

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/push.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,14 @@ jobs:
5656
- name: Install edge version of whatsapp-web.js
5757
if: github.ref_name == 'edge'
5858
run: |
59-
npm install github:pedroslopez/whatsapp-web.js#main
59+
npm install --save-exact github:pedroslopez/whatsapp-web.js#main
60+
- name: Verify edge version update
61+
if: github.ref_name == 'edge'
62+
run: |
63+
echo "package.json content:"
64+
grep "whatsapp-web.js" package.json
65+
echo "package-lock.json content:"
66+
grep -A 5 '"whatsapp-web.js"' package-lock.json | head -10
6067
- name: Build and push with dynamic tag
6168
uses: docker/build-push-action@v5
6269
with:

0 commit comments

Comments
 (0)