We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f74f21f commit 91a8edbCopy full SHA for 91a8edb
.github/workflows/polkadot-bump.yml
@@ -22,9 +22,10 @@ jobs:
22
- name: Yarn upgrade
23
shell: bash
24
run: |
25
- cd ./packages/hydra-indexer && npm upgrade @polkadot/api --latest
+ cd ./packages/hydra-indexer && npm upgrade @polkadot/api --latest && rm -rf package-lock.json
26
npm dedupe
27
- echo "::set-output name=POLKADOT_API_VERSION::$(cd "packages/hydra-indexer" && node -p "require('./package.json').dependencies['@polkadot/api']")"
+ echo "::set-output name=POLKADOT_API_VERSION::$(cd "./packages/hydra-indexer" && node -p "require('./package.json').dependencies['@polkadot/api']")"
28
+ yarn
29
id: yarn_upgrade
30
31
- name: Create PR
0 commit comments