Skip to content

Commit a596f2c

Browse files
committed
chore: use pnpm
1 parent 5732032 commit a596f2c

File tree

4 files changed

+0
-42
lines changed

4 files changed

+0
-42
lines changed

.github/workflows/main.yaml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12-
- name: Cache pnpm modules
13-
uses: actions/cache@v2
14-
with:
15-
path: ~/.pnpm-store
16-
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
17-
restore-keys: |
18-
${{ runner.os }}-
1912
- uses: pnpm/[email protected]
2013
with:
2114
version: latest
@@ -26,13 +19,6 @@ jobs:
2619
runs-on: ubuntu-latest
2720
steps:
2821
- uses: actions/checkout@v2
29-
- name: Cache pnpm modules
30-
uses: actions/cache@v2
31-
with:
32-
path: ~/.pnpm-store
33-
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
34-
restore-keys: |
35-
${{ runner.os }}-
3622
- uses: pnpm/[email protected]
3723
with:
3824
version: latest
@@ -48,13 +34,6 @@ jobs:
4834
runs-on: ubuntu-latest
4935
steps:
5036
- uses: actions/checkout@v2
51-
- name: Cache pnpm modules
52-
uses: actions/cache@v2
53-
with:
54-
path: ~/.pnpm-store
55-
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
56-
restore-keys: |
57-
${{ runner.os }}-
5837
- uses: pnpm/[email protected]
5938
with:
6039
version: latest

.github/workflows/publish_github.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ jobs:
1919
KEY: name
2020
VALUE: "@uiv-lib/uiv"
2121
FILE: package.json
22-
- name: Cache pnpm modules
23-
uses: actions/cache@v2
24-
with:
25-
path: ~/.pnpm-store
26-
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
27-
restore-keys: |
28-
${{ runner.os }}-
2922
- uses: pnpm/[email protected]
3023
with:
3124
version: latest

.github/workflows/publish_npm.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@ jobs:
1414
with:
1515
node-version: '12.x'
1616
registry-url: 'https://registry.npmjs.org'
17-
- name: Cache pnpm modules
18-
uses: actions/cache@v2
19-
with:
20-
path: ~/.pnpm-store
21-
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
22-
restore-keys: |
23-
${{ runner.os }}-
2417
- uses: pnpm/[email protected]
2518
with:
2619
version: latest

.github/workflows/publish_release.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515
ref: dev
16-
- name: Cache pnpm modules
17-
uses: actions/cache@v2
18-
with:
19-
path: ~/.pnpm-store
20-
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
21-
restore-keys: |
22-
${{ runner.os }}-
2316
- uses: pnpm/[email protected]
2417
with:
2518
version: latest

0 commit comments

Comments
 (0)