Skip to content

Commit

Permalink
Updating version of npm to support provenance option
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoberano-ld committed Dec 6, 2023
1 parent 4a17644 commit a77957a
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/manual-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
with:
node-version: 16.x
registry-url: 'https://registry.npmjs.org'
- name: 'Install latest npm to support provenance publishing'
run: |
npm install -g npm
- name: 'Setup Redis'
if: ${{ inputs.workspace_path == 'packages/store/node-server-sdk-redis' }}
run: |
Expand Down
33 changes: 33 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
with:
node-version: 16.x
registry-url: 'https://registry.npmjs.org'
- name: 'Install latest npm to support provenance publishing'
run: |
npm install -g npm
- id: release-common
name: Full release of packages/shared/common
uses: ./actions/full-release
Expand All @@ -60,6 +63,9 @@ jobs:
with:
node-version: 16.x
registry-url: 'https://registry.npmjs.org'
- name: 'Install latest npm to support provenance publishing'
run: |
npm install -g npm
- id: release-common
name: Full release of packages/shared/sdk-server
uses: ./actions/full-release
Expand All @@ -80,6 +86,9 @@ jobs:
with:
node-version: 16.x
registry-url: 'https://registry.npmjs.org'
- name: 'Install latest npm to support provenance publishing'
run: |
npm install -g npm
- id: release-common
name: Full release of packages/shared/sdk-server-edge
uses: ./actions/full-release
Expand All @@ -100,6 +109,9 @@ jobs:
with:
node-version: 16.x
registry-url: 'https://registry.npmjs.org'
- name: 'Install latest npm to support provenance publishing'
run: |
npm install -g npm
- id: release-common
name: Full release of packages/shared/akamai-edgeworker-sdk
uses: ./actions/full-release
Expand All @@ -120,6 +132,9 @@ jobs:
with:
node-version: 16.x
registry-url: 'https://registry.npmjs.org'
- name: 'Install latest npm to support provenance publishing'
run: |
npm install -g npm
- id: release-common
name: Full release of packages/sdk/cloudflare
uses: ./actions/full-release
Expand All @@ -140,6 +155,9 @@ jobs:
with:
node-version: 16.x
registry-url: 'https://registry.npmjs.org'
- name: 'Install latest npm to support provenance publishing'
run: |
npm install -g npm
- id: release-common
name: Full release of packages/sdk/server-node
uses: ./actions/full-release
Expand All @@ -160,6 +178,9 @@ jobs:
with:
node-version: 16.x
registry-url: 'https://registry.npmjs.org'
- name: 'Install latest npm to support provenance publishing'
run: |
npm install -g npm
- id: release-common
name: Full release of packages/sdk/vercel
uses: ./actions/full-release
Expand All @@ -180,6 +201,9 @@ jobs:
with:
node-version: 16.x
registry-url: 'https://registry.npmjs.org'
- name: 'Install latest npm to support provenance publishing'
run: |
npm install -g npm
- id: release-common
name: Full release of packages/sdk/akamai-base
uses: ./actions/full-release
Expand All @@ -200,6 +224,9 @@ jobs:
with:
node-version: 16.x
registry-url: 'https://registry.npmjs.org'
- name: 'Install latest npm to support provenance publishing'
run: |
npm install -g npm
- id: release-common
name: Full release of packages/sdk/akamai-edgekv
uses: ./actions/full-release
Expand All @@ -220,6 +247,9 @@ jobs:
with:
node-version: 16.x
registry-url: 'https://registry.npmjs.org'
- name: 'Install latest npm to support provenance publishing'
run: |
npm install -g npm
- run: |
sudo apt-get update
sudo apt-get install redis-server
Expand All @@ -244,6 +274,9 @@ jobs:
with:
node-version: 16.x
registry-url: 'https://registry.npmjs.org'
- name: 'Install latest npm to support provenance publishing'
run: |
npm install -g npm
- run: |
sudo docker run -d -p 8000:8000 amazon/dynamodb-local
- id: release-common
Expand Down

0 comments on commit a77957a

Please sign in to comment.