generated from lucxjo/template
(chore) Remove caching in workflows
Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
parent
724b384a03
commit
f917564a83
|
@ -14,7 +14,6 @@ jobs:
|
|||
uses: https://github.com/actions/setup-node@v2
|
||||
with:
|
||||
node-version: 16.x
|
||||
cache: "yarn"
|
||||
|
||||
- name: Install
|
||||
run: yarn install
|
||||
|
@ -33,7 +32,6 @@ jobs:
|
|||
uses: https://github.com/actions/setup-node@v2
|
||||
with:
|
||||
node-version: 16.x
|
||||
cache: "yarn"
|
||||
|
||||
- name: Install
|
||||
run: yarn install
|
||||
|
@ -55,7 +53,6 @@ jobs:
|
|||
uses: https://github.com/actions/setup-node@v2
|
||||
with:
|
||||
node-version: 16.x
|
||||
cache: "yarn"
|
||||
|
||||
- name: Install
|
||||
run: yarn install
|
||||
|
|
Loading…
Reference in a new issue