Skip to content

Feature/336 upgrade to veramo #83

Feature/336 upgrade to veramo

Feature/336 upgrade to veramo #83

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: 22.3.0
- run: corepack enable
- run: yarn -v
- run: yarn install --immutable
- run: yarn run updateSdkVersion $GITHUB_BASE_REF check