File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 17
17
- uses : actions/checkout@v3
18
18
- uses : actions/setup-node@v3
19
19
with :
20
- node-version : 16
20
+ node-version : 20
21
21
- run : npm ci
22
22
- run : npm run-s test:lint
23
23
prettier :
27
27
- uses : actions/checkout@v3
28
28
- uses : actions/setup-node@v3
29
29
with :
30
- node-version : 16
30
+ node-version : 20
31
31
- run : npm ci
32
32
- run : npm run-s test:prettier
33
33
typescript :
37
37
- uses : actions/checkout@v3
38
38
- uses : actions/setup-node@v3
39
39
with :
40
- node-version : 16
40
+ node-version : 20
41
41
- run : npm ci
42
42
- run : npm run-s test:ts
43
43
test :
47
47
- uses : actions/checkout@v3
48
48
- uses : actions/setup-node@v3
49
49
with :
50
- node-version : 16
50
+ node-version : 20
51
51
- run : npm ci
52
52
- run : npm run-s test:unit
53
53
-
uses :
coverallsapp/[email protected]
59
59
fail-fast : false
60
60
matrix :
61
61
node_version :
62
- - 14
63
62
- 16
63
+ - 18
64
+ - 20
64
65
os :
65
66
- macos-latest
66
67
- ubuntu-latest
@@ -100,7 +101,7 @@ jobs:
100
101
- uses : actions/checkout@v3
101
102
- uses : actions/setup-node@v3
102
103
with :
103
- node-version : 16
104
+ node-version : 20
104
105
- run : npm ci
105
106
- uses : actions/download-artifact@v3
106
107
with :
@@ -132,7 +133,7 @@ jobs:
132
133
- uses : actions/setup-node@v3
133
134
with :
134
135
registry-url : https://registry.npmjs.org/
135
- node-version : 16
136
+ node-version : 20
136
137
- run : npm ci
137
138
- uses : actions/download-artifact@v3
138
139
with :
Original file line number Diff line number Diff line change 20
20
"source" : " src/index.ts" ,
21
21
"types" : " dist/index.d.ts" ,
22
22
"engines" : {
23
- "node" : " >=14 "
23
+ "node" : " >=16 "
24
24
},
25
25
"scripts" : {
26
26
"clean" : " rimraf node_modules coverage dist" ,
You can’t perform that action at this time.
0 commit comments