chore: bump common
This commit is contained in:
6
.github/workflows/on-sdk-update.yml
vendored
6
.github/workflows/on-sdk-update.yml
vendored
@@ -16,12 +16,12 @@ jobs:
|
|||||||
node-version: '18.x'
|
node-version: '18.x'
|
||||||
registry-url: 'https://registry.npmjs.org'
|
registry-url: 'https://registry.npmjs.org'
|
||||||
|
|
||||||
|
- name: Pull git modules
|
||||||
|
run: git submodule update --init --recursive
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn install
|
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
|
- name: Build after new dependency
|
||||||
run: yarn run build
|
run: yarn run build
|
||||||
|
|
||||||
|
|||||||
Submodule drift-common updated: 00f5785809...bd998e1b90
Reference in New Issue
Block a user