Skip to content

Commit 33a4aae

Browse files
authored
Update deploy-s3-store.yml
1 parent aab9eb1 commit 33a4aae

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/deploy-s3-store.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,7 @@ jobs:
1313
- name: Setup node 14
1414
uses: actions/setup-node@v1
1515
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-
16+
node-version: 14.x
2717
- name: Build & create dist/artifact
2818
run: |
2919
yarn install --frozen-lockfile

0 commit comments

Comments
 (0)