forked from github/plane
cache enabled
This commit is contained in:
parent
ce70aa7349
commit
d3194ac595
@ -19,16 +19,11 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 18.x
|
node-version: 18.x
|
||||||
# cache: "yarn"
|
cache: "yarn"
|
||||||
|
|
||||||
- name: Enabling Corepack
|
- name: Enabling Corepack
|
||||||
run: corepack enable
|
run: corepack enable
|
||||||
|
|
||||||
# - name: Run install
|
|
||||||
# uses: borales/actions-yarn@v4
|
|
||||||
# with:
|
|
||||||
# cmd: install # will run `yarn install` command
|
|
||||||
|
|
||||||
- name: Get changed files
|
- name: Get changed files
|
||||||
id: changed-files
|
id: changed-files
|
||||||
uses: tj-actions/changed-files@v38
|
uses: tj-actions/changed-files@v38
|
||||||
|
Loading…
Reference in New Issue
Block a user