Skip to content

Commit 101c9a9

Browse files
committed
Get npm version
1 parent ef6b72b commit 101c9a9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build-package.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
uses: actions/setup-node@v6
2323
with:
2424
node-version-file: ".nvmrc"
25+
26+
- name: Get npm version
27+
run: npm --version
2528

2629
- name: Get pnpm store directory
2730
shell: bash

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
1111

1212
permissions:
1313
id-token: write # Required for OIDC
14-
contents: read
14+
contents: write # Required for changesets pushing
1515

1616
jobs:
1717
release:

0 commit comments

Comments
 (0)