chore: bump common

This commit is contained in:
Jack Waller
2024-05-28 11:45:45 +10:00
parent ba79d7dbf2
commit 76504f0f0c
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