|
11 | 11 | steps:
|
12 | 12 | - name: Checkout git repository
|
13 | 13 | uses: actions/checkout@v2
|
14 |
| - - name: Setup Node.js for use with Actions |
15 |
| - uses: actions/setup-node@v1 |
16 |
| - with: |
17 |
| - node-version: '12.16.2' |
18 |
| - - name: Install Yarn |
19 |
| - run: curl -o- -L https://yarnpkg.com/install.sh | bash |
20 | 14 | - name: Get yarn cache directory path
|
21 | 15 | id: yarn-cache-dir-path
|
22 | 16 | run: echo "::set-output name=dir::$(yarn cache dir)"
|
|
45 | 39 | steps:
|
46 | 40 | - name: Checkout git repository
|
47 | 41 | uses: actions/checkout@v2
|
48 |
| - - name: Setup Node.js for use with Actions |
49 |
| - uses: actions/setup-node@v1 |
50 |
| - with: |
51 |
| - node-version: '12.16.2' |
52 |
| - - name: Install Yarn |
53 |
| - run: curl -o- -L https://yarnpkg.com/install.sh | bash |
54 | 42 | - name: Get yarn cache directory path
|
55 | 43 | id: yarn-cache-dir-path
|
56 | 44 | run: echo "::set-output name=dir::$(yarn cache dir)"
|
|
74 | 62 | steps:
|
75 | 63 | - name: Checkout git repository
|
76 | 64 | uses: actions/checkout@v2
|
77 |
| - - name: Setup Node.js for use with Actions |
78 |
| - uses: actions/setup-node@v1 |
79 |
| - with: |
80 |
| - node-version: '12.16.2' |
81 |
| - - name: Install Yarn |
82 |
| - run: curl -o- -L https://yarnpkg.com/install.sh | bash |
83 | 65 | - name: Get yarn cache directory path
|
84 | 66 | id: yarn-cache-dir-path
|
85 | 67 | run: echo "::set-output name=dir::$(yarn cache dir)"
|
@@ -110,12 +92,6 @@ jobs:
|
110 | 92 | steps:
|
111 | 93 | - name: Checkout git repository
|
112 | 94 | uses: actions/checkout@v2
|
113 |
| - - name: Setup Node.js for use with Actions |
114 |
| - uses: actions/setup-node@v1 |
115 |
| - with: |
116 |
| - node-version: '12.16.2' |
117 |
| - - name: Install Yarn |
118 |
| - run: curl -o- -L https://yarnpkg.com/install.sh | bash |
119 | 95 | - name: Get yarn cache directory path
|
120 | 96 | id: yarn-cache-dir-path
|
121 | 97 | run: echo "::set-output name=dir::$(yarn cache dir)"
|
@@ -143,12 +119,6 @@ jobs:
|
143 | 119 | steps:
|
144 | 120 | - name: Checkout git repository
|
145 | 121 | uses: actions/checkout@v2
|
146 |
| - - name: Setup Node.js for use with Actions |
147 |
| - uses: actions/setup-node@v1 |
148 |
| - with: |
149 |
| - node-version: '12.16.2' |
150 |
| - - name: Install Yarn |
151 |
| - run: curl -o- -L https://yarnpkg.com/install.sh | bash |
152 | 122 | - name: Get yarn cache directory path
|
153 | 123 | id: yarn-cache-dir-path
|
154 | 124 | run: echo "::set-output name=dir::$(yarn cache dir)"
|
|
0 commit comments