Skip to content

Commit

Permalink
udpatecli: fix if version is already installed (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Aug 9, 2024
1 parent 1923c1d commit c159c83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/scripts/test-version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

test $(jq -r '.dependencies."elastic-apm-node".version' package-lock.json) != $1
test $(jq -r '.packages."node_modules/elastic-apm-node".version' package-lock.json) != $1

exit $?
1 change: 1 addition & 0 deletions .github/workflows/bump-opbeans-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
name: Bump opbeans node

on:
workflow_dispatch:
schedule:
- cron: '0 20 * * 6'

Expand Down

0 comments on commit c159c83

Please sign in to comment.