Skip to content

feat: Release v1.0.0 of Akamai SDKs (#196) #453

feat: Release v1.0.0 of Akamai SDKs (#196)

feat: Release v1.0.0 of Akamai SDKs (#196) #453

Workflow file for this run

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