remove ref

This commit is contained in:
fbarbu15 2023-09-12 15:53:21 +03:00
parent 1dbb1e5636
commit c3c31b192e
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ jobs:
- run: npm run test:browser
node:
uses: ./.github/workflows/test-node.yml@${{ github.ref }}
uses: ./.github/workflows/test-node.yml
with:
nim_wakunode_image: ${{ inputs.nim_wakunode_image || 'statusteam/nim-waku:v0.19.0' }}