We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e5c6be commit 04e00f6Copy full SHA for 04e00f6
.github/actions/setup/action.yml
@@ -9,10 +9,6 @@ runs:
9
with:
10
node-version-file: .nvmrc
11
12
- - name: Update npm
13
- run: npm install -g npm@latest
14
- shell: bash
15
-
16
- name: Restore dependencies
17
id: yarn-cache
18
uses: actions/cache/[email protected]
.github/workflows/release.yml
@@ -4,6 +4,9 @@ on:
4
branches:
5
- main
6
7
+permissions:
8
+ contents: read
+
jobs:
build-library:
runs-on: macos-latest
0 commit comments