Skip to content

fix: Log the cached-data evaluation warning only once per client #7046

fix: Log the cached-data evaluation warning only once per client

fix: Log the cached-data evaluation warning only once per client #7046

Workflow file for this run

name: shared/sdk-server
on:
push:
branches: [main, 'feat/**']
paths-ignore:
- '**.md' #Do not need to run CI for markdown changes.
pull_request:
branches: [main, 'feat/**']
paths-ignore:
- '**.md'
jobs:
build-test-sdk-server:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: ./actions/setup-yarn
with:
node-version: 24.x
registry-url: 'https://registry.npmjs.org'
- id: shared
name: Shared CI Steps
uses: ./actions/ci
with:
workspace_name: '@launchdarkly/js-server-sdk-common'
workspace_path: packages/shared/sdk-server