Skip to content

Commit 5e1ffaf

Browse files
committed
ci: npm release
1 parent a36ec3e commit 5e1ffaf

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/actions/setup/action.yml

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

12-
- name: Restore dependencies
13-
id: yarn-cache
14-
uses: actions/cache/restore@v4.2.4
15-
with:
16-
path: |
17-
**/node_modules
18-
.yarn/install-state.gz
19-
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}-${{ hashFiles('**/package.json', '!node_modules/**') }}
20-
restore-keys: |
21-
${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
22-
${{ runner.os }}-yarn-
23-
2412
- name: Install dependencies
25-
if: steps.yarn-cache.outputs.cache-hit != 'true'
2613
run: yarn install --immutable
2714
shell: bash
28-
29-
- name: Cache dependencies
30-
if: steps.yarn-cache.outputs.cache-hit != 'true'
31-
uses: actions/cache/save@v4.2.4
32-
with:
33-
path: |
34-
**/node_modules
35-
.yarn/install-state.gz
36-
key: ${{ steps.yarn-cache.outputs.cache-primary-key }}

0 commit comments

Comments
 (0)