File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 41
41
with :
42
42
node-version : ${{ matrix.node }}
43
43
44
- - name : Install of node dependencies
44
+ - name : Install dependencies
45
45
run : npm install
46
46
47
47
- name : Build the source code
Original file line number Diff line number Diff line change @@ -27,13 +27,11 @@ jobs:
27
27
uses : actions/setup-node@v4
28
28
with :
29
29
node-version : 20
30
- - name : Install of node dependencies
30
+ - name : Install dependencies
31
31
run : npm install
32
32
- name : Run lint
33
33
run : npm run lint
34
- - name : Run tests
35
- run : npm test
36
- - name : Check coverage
34
+ - name : Run tests and check coverage
37
35
run : npm run test:coverage
38
36
39
37
publish-to-npm-and-gpr :
47
45
with :
48
46
node-version : 20
49
47
registry-url : ' https://registry.npmjs.org'
50
- - name : Install of node dependencies
48
+ - name : Install dependencies
51
49
run : npm install
52
50
- name : Publish to NPM
53
51
run : |
You can’t perform that action at this time.
0 commit comments