Merge pull request #167 from drift-labs/master

chore: bump common
This commit is contained in:
jack
2024-05-28 11:55:12 +10:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -16,12 +16,12 @@ jobs:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- name: Pull git modules
run: git submodule update --init --recursive
- name: Install dependencies
run: yarn install
- name: Add specific version of sdk
run: yarn add @drift-labs/sdk@${{ github.event.client_payload.version }}
- name: Build after new dependency
run: yarn run build