Skip to content

Commit c79ebe7

Browse files
committed
Show npm -v
1 parent 44eee98 commit c79ebe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: "lts/*"
2121
registry-url: "https://registry.npmjs.org"
2222
scope: "@mstssk"
23-
- run: npm install -g npm@^11.5.1 # Ensure npm 11.5.1 or later is installed for OIDC
23+
- run: npm install -g npm@^11.5.1 && npm -v # Ensure npm 11.5.1 or later is installed for OIDC
2424
- run: npm cit
2525
- run: echo "TAG=$(node .github/workflows/publish-tag.js ${GITHUB_REF#refs/*/})" >> $GITHUB_ENV
2626
- name: Publish --tag ${{ env.TAG }} ${{ env.DRY_RUN }}

0 commit comments

Comments
 (0)