Skip to content

fix(deps): update dependency @harnessio/ff-javascript-client-sdk to v… #7297

fix(deps): update dependency @harnessio/ff-javascript-client-sdk to v…

fix(deps): update dependency @harnessio/ff-javascript-client-sdk to v… #7297

Workflow file for this run

name: CI
on:
push:
branches:
- 'main'
- 'renovate/**'
pull_request:
branches:
- 'main'
merge_group:
jobs:
main:
runs-on: equinix-4cpu-16gb
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
# We need to fetch all branches and commits so that Nx affected has a base to compare against.
fetch-depth: 0
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version: 18
cache: 'npm'
# Mark your git directory as safe for self-hosted runners
# https://github.com/nrwl/nx-set-shas?tab=readme-ov-file#self-hosted-runners
- name: Set Directory as Safe
run: |
git config --add safe.directory "$GITHUB_WORKSPACE"
shell: bash
- uses: nrwl/nx-set-shas@e2e6dc8bce4b0387a05eb687735c39c41580b792 # v4
- run: npm ci
- run: npx nx affected --target=lint --parallel=3
- run: npx nx affected --target=build --parallel=3 --ci
- run: npx nx affected --target=test --parallel=3 --ci --code-coverage