We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f16dc8 commit 601f240Copy full SHA for 601f240
.github/workflows/manual-publish.yml
@@ -9,10 +9,12 @@ on:
9
type: choice
10
options:
11
- packages/shared/common
12
+ - packages/shared/sdk-client
13
- packages/shared/sdk-server
14
- packages/shared/sdk-server-edge
15
- packages/shared/akamai-edgeworker-sdk
16
- packages/sdk/cloudflare
17
+ - packages/sdk/react-native
18
- packages/sdk/server-node
19
- packages/sdk/vercel
20
- packages/sdk/akamai-base
@@ -42,7 +44,7 @@ jobs:
42
44
node-version: 16.x
43
45
registry-url: 'https://registry.npmjs.org'
46
- uses: ./actions/install-npm-version
- with:
47
+ with:
48
npm_version: 9.5.0
49
- name: 'Setup Redis'
50
if: ${{ inputs.workspace_path == 'packages/store/node-server-sdk-redis' }}
0 commit comments