Skip to content
This repository was archived by the owner on Jan 2, 2022. It is now read-only.

Commit f897c0a

Browse files
authored
ci: simplify jobs
1 parent af296d6 commit f897c0a

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ jobs:
1111
steps:
1212
- name: Checkout git repository
1313
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
2014
- name: Get yarn cache directory path
2115
id: yarn-cache-dir-path
2216
run: echo "::set-output name=dir::$(yarn cache dir)"
@@ -45,12 +39,6 @@ jobs:
4539
steps:
4640
- name: Checkout git repository
4741
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
5442
- name: Get yarn cache directory path
5543
id: yarn-cache-dir-path
5644
run: echo "::set-output name=dir::$(yarn cache dir)"
@@ -74,12 +62,6 @@ jobs:
7462
steps:
7563
- name: Checkout git repository
7664
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
8365
- name: Get yarn cache directory path
8466
id: yarn-cache-dir-path
8567
run: echo "::set-output name=dir::$(yarn cache dir)"
@@ -110,12 +92,6 @@ jobs:
11092
steps:
11193
- name: Checkout git repository
11294
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
11995
- name: Get yarn cache directory path
12096
id: yarn-cache-dir-path
12197
run: echo "::set-output name=dir::$(yarn cache dir)"
@@ -143,12 +119,6 @@ jobs:
143119
steps:
144120
- name: Checkout git repository
145121
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
152122
- name: Get yarn cache directory path
153123
id: yarn-cache-dir-path
154124
run: echo "::set-output name=dir::$(yarn cache dir)"

0 commit comments

Comments
 (0)