We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 494bb96 commit ca661a4Copy full SHA for ca661a4
1 file changed
.github/workflows/ci.yml
@@ -21,8 +21,6 @@ jobs:
21
- uses: actions/setup-node@v1
22
with:
23
node-version: 12.x
24
- - name: install yarn
25
- run: npm install -g yarn
26
- name: install dependencies
27
run: yarn install
28
- name: linting
@@ -42,8 +40,6 @@ jobs:
42
40
43
41
44
node-version: ${{ matrix.node }}
45
46
- run: npm install --global yarn
47
48
run: yarn
49
- name: test
@@ -58,8 +54,6 @@ jobs:
58
54
59
55
60
56
node-version: '12.x'
61
62
63
57
64
run: yarn install --no-lockfile
65
0 commit comments