Skip to content

Commit

Permalink
build: remove cache option
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanphamcybozu committed Jul 13, 2023
1 parent 5ec4921 commit 6d979ed
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: pnpm
- name: Install pnpm
run: npm install -g [email protected]
- name: Install dependencies
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: pnpm
- name: Install pnpm
run: npm install -g [email protected]

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: pnpm
- name: Install pnpm
run: npm install -g [email protected]

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: pnpm
- name: Install pnpm
run: npm install -g [email protected]
- name: Install dependencies
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- name: Install pnpm
run: npm install -g [email protected]
- name: Install dependencies
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/yamory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: pnpm
- name: Install pnpm
run: npm install -g [email protected]
- name: download and validate Yamory script
Expand Down

0 comments on commit 6d979ed

Please sign in to comment.