File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 8
8
steps :
9
9
- name : Checkout
10
10
uses : actions/checkout@v4
11
- - name : Set up Node 22
11
+ - name : Set up Node 20
12
12
uses : actions/setup-node@v4
13
13
with :
14
- node-version : 22
14
+ node-version : 20
15
15
- run : npm install
16
16
- run : npm run lint
17
17
build :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : Checkout
21
21
uses : actions/checkout@v4
22
- - name : Set up Node 22
22
+ - name : Set up Node 20
23
23
uses : actions/setup-node@v4
24
24
with :
25
- node-version : 22
25
+ node-version : 20
26
26
- run : npm install
27
27
- run : npm run build
28
28
test :
29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
- name : Checkout
32
32
uses : actions/checkout@v4
33
- - name : Set up Node 22
33
+ - name : Set up Node 20
34
34
uses : actions/setup-node@v4
35
35
with :
36
- node-version : 22
36
+ node-version : 20
37
37
- run : npm install
38
38
- run : npm run test
39
39
report :
@@ -42,10 +42,10 @@ jobs:
42
42
steps :
43
43
- name : Checkout
44
44
uses : actions/checkout@v4
45
- - name : Set up Node 22
45
+ - name : Set up Node 20
46
46
uses : actions/setup-node@v4
47
47
with :
48
- node-version : 22
48
+ node-version : 20
49
49
- run : npm install
50
50
- run : npx c8 --reporter lcov mocha
51
51
- name : Report to Coveralls
You can’t perform that action at this time.
0 commit comments