This repository was archived by the owner on May 14, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@v2
14
- - uses : actions/setup-node@v2.1.5
14
+ - uses : actions/setup-node@v2.3.0
15
15
with :
16
16
node-version : ' 14'
17
17
- name : Install Packages
Original file line number Diff line number Diff line change 22
22
23
23
steps :
24
24
- uses : actions/checkout@v2
25
- - uses : actions/setup-node@v2.1.5
25
+ - uses : actions/setup-node@v2.3.0
26
26
27
27
# Hack way to start service since GitHub doesn't integrate with its own services
28
28
- name : Docker login
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- uses : actions/checkout@v2
17
- - uses : actions/setup-node@v2.1.5
17
+ - uses : actions/setup-node@v2.3.0
18
18
- name : Install Packages
19
19
run : npm install
20
20
- name : Lint Code
@@ -35,20 +35,20 @@ jobs:
35
35
runs-on : ${{ matrix.os }}
36
36
steps :
37
37
- uses : actions/checkout@v2
38
- - uses : actions/setup-node@v2.1.5
38
+ - uses : actions/setup-node@v2.3.0
39
39
with :
40
40
node-version : ${{ matrix.node }}
41
41
- name : Install Packages
42
42
run : npm install
43
43
- name : Run Tests
44
44
run : npm run test:ci
45
45
- name : Coveralls Parallel
46
- uses : coverallsapp/github-action@v1 .1.2
46
+ uses : coverallsapp/github-action@1 .1.3
47
47
with :
48
48
github-token : ${{ secrets.GITHUB_TOKEN }}
49
49
parallel : true
50
50
- name : Coveralls Finished
51
- uses : coverallsapp/github-action@v1 .1.2
51
+ uses : coverallsapp/github-action@1 .1.3
52
52
with :
53
53
github-token : ${{ secrets.GITHUB_TOKEN }}
54
54
parallel-finished : true
You can’t perform that action at this time.
0 commit comments