We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab9eb1 commit 33a4aaeCopy full SHA for 33a4aae
.github/workflows/deploy-s3-store.yml
@@ -13,17 +13,7 @@ jobs:
13
- name: Setup node 14
14
uses: actions/setup-node@v1
15
with:
16
- node-version: 14.x
17
- - name: Get yarn cache directory path
18
- id: yarn-cache-dir-path
19
- run: echo "::set-output name=dir::$(yarn cache dir)"
20
- - uses: actions/cache@v2
21
- id: yarn-cache
22
- with:
23
- path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
24
- key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
25
- restore-keys: |
26
- ${{ runner.os }}-yarn-
+ node-version: 14.x
27
- name: Build & create dist/artifact
28
run: |
29
yarn install --frozen-lockfile
0 commit comments