Skip to content

chore: bump ip-address from 10.1.0 to 10.5.0 #497

chore: bump ip-address from 10.1.0 to 10.5.0

chore: bump ip-address from 10.1.0 to 10.5.0 #497

Workflow file for this run

# This workflow performs tests in JavaScript.
name: ESDK JavaScript CI Tests
permissions:
contents: read
id-token: write
on: [pull_request, workflow_call]
jobs:
shared-ci:
uses: ./.github/workflows/shared-ci.yml
pr-ci-all-required:
if: always()
needs:
- shared-ci
runs-on: ubuntu-22.04
steps:
- name: Verify all required jobs passed
uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}