Skip to content

Updated production API #74

Updated production API

Updated production API #74

name: Test - Check SDK version
on:
pull_request:
branches:
- master
- testnet
- development
jobs:
check-sdk-version:
runs-on: ubuntu-20.04
steps:
- name: 🏗 Setup repo
uses: actions/checkout@v4
- name: 📦 Check it is using the latest version of the SDK
uses: actions/setup-node@v4
with:
node-version: 18.12.1
- run: corepack enable
- run: yarn -v
- run: yarn install --immutable
- run: yarn run updateSdkVersion $GITHUB_BASE_REF check