Skip to content

Commit 59deee4

Browse files
Update NPM CLI
Update the CLI to the latest version to support new features such as OIDC Signed-off-by: Elliot Huffman <elliot_huffman@shilab.com>
1 parent bf3812f commit 59deee4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/NPM-Publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,10 @@ jobs:
170170
- name: Unzip Artifact
171171
run: unzip package.zip && rm package.zip
172172

173+
# Update the NPM CLI to the latest available version
174+
- name: Update NPM CLI
175+
run: npm install -g npm
176+
173177
# Publish the artifact to NPM with attestation
174178
- name: Upload Package to NPM Registry
175179
run: npm publish

0 commit comments

Comments
 (0)