Skip to content

Commit 04e00f6

Browse files
committed
ci: npm release
1 parent 7e5c6be commit 04e00f6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/actions/setup/action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ runs:
99
with:
1010
node-version-file: .nvmrc
1111

12-
- name: Update npm
13-
run: npm install -g npm@latest
14-
shell: bash
15-
1612
- name: Restore dependencies
1713
id: yarn-cache
1814
uses: actions/cache/[email protected]

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
branches:
55
- main
66

7+
permissions:
8+
contents: read
9+
710
jobs:
811
build-library:
912
runs-on: macos-latest

0 commit comments

Comments
 (0)