Skip to content

fix: react context no longer changes on flag change #3844

fix: react context no longer changes on flag change

fix: react context no longer changes on flag change #3844

Workflow file for this run

name: store/node-server-sdk-dynamodb
on:
push:
branches: [main, rlamb/implement-dynamodb-store]
paths-ignore:
- '**.md' #Do not need to run CI for markdown changes.
pull_request:
branches: [main, 'feat/**']
paths-ignore:
- '**.md'
jobs:
build-test-node-dynamo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
with:
node-version: 24.x
registry-url: 'https://registry.npmjs.org'
- run: |
sudo docker run -d -p 8000:8000 amazon/dynamodb-local
- id: shared
name: Shared CI Steps
uses: ./actions/ci
with:
workspace_name: '@launchdarkly/node-server-sdk-dynamodb'
workspace_path: packages/store/node-server-sdk-dynamodb