forked from github/plane
fix: enable corepack
This commit is contained in:
parent
e0e78903cd
commit
efd2db5bf9
@ -16,10 +16,12 @@ jobs:
|
||||
uses: actions/checkout@v3.3.0
|
||||
|
||||
- name: Setup Node.js 18.x
|
||||
uses: actions/setup-node@v4
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 18.x
|
||||
cache: "yarn"
|
||||
- run: |
|
||||
corepack enable
|
||||
|
||||
- name: Get changed files
|
||||
id: changed-files
|
||||
|
Loading…
Reference in New Issue
Block a user