Skip to content

feat(adjust): update adjust sdk index.ts api to v5.0.0 (#4826) #2674

feat(adjust): update adjust sdk index.ts api to v5.0.0 (#4826)

feat(adjust): update adjust sdk index.ts api to v5.0.0 (#4826) #2674

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint -- --quiet
- name: Build
run: npm run build
- name: Test
run: npm run test
- name: Readmes
run: npm run readmes