File tree 2 files changed +6
-8
lines changed
2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,16 @@ jobs:
16
16
- name : Set up Node.js
17
17
uses : actions/setup-node@master
18
18
with :
19
- node-version : ' 10 .x'
19
+ node-version : ' 12 .x'
20
20
- name : Install Dependencies
21
- run : npm install
21
+ run : yarn
22
22
- name : Commit Linter
23
23
24
24
with :
25
25
configFile : ' .commitlintrc.yml'
26
26
env :
27
27
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
28
28
- name : Run ESLinter
29
- run : npm run lint
29
+ run : yarn lint
30
30
- name : Run Tests
31
- run : npm test
32
- # - name: Run Code Coverage
33
- # run: npm run coverage
31
+ run : yarn test
Original file line number Diff line number Diff line change 13
13
- name : Set up node.js
14
14
uses : actions/setup-node@master
15
15
with :
16
- node-version : ' 10 .x'
16
+ node-version : ' 12 .x'
17
17
- name : Install dependencies
18
- run : npm install
18
+ run : yarn
19
19
- name : Release
20
20
env :
21
21
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments