|
|
@ -14,6 +14,9 @@ jobs:
|
|
|
|
- uses: actions/setup-node@v2
|
|
|
|
- uses: actions/setup-node@v2
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
node-version: "18"
|
|
|
|
node-version: "18"
|
|
|
|
|
|
|
|
- name: Install yarn
|
|
|
|
|
|
|
|
run: |
|
|
|
|
|
|
|
|
yarn policies set-version 1.22.19
|
|
|
|
- name: Get yarn cache directory path
|
|
|
|
- name: Get yarn cache directory path
|
|
|
|
id: yarn-cache-dir-path
|
|
|
|
id: yarn-cache-dir-path
|
|
|
|
run: echo "::set-output name=dir::$(yarn cache dir)"
|
|
|
|
run: echo "::set-output name=dir::$(yarn cache dir)"
|
|
|
|