File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 17
17
18
18
- uses : actions/setup-node@v2
19
19
with :
20
- node-version : 15
20
+ node-version : 16
21
21
- run : npm ci
22
22
- run : npm run-s test:lint
23
23
prettier :
27
27
28
28
- uses : actions/setup-node@v2
29
29
with :
30
- node-version : 15
30
+ node-version : 16
31
31
- run : npm ci
32
32
- run : npm run-s test:prettier
33
33
flow :
37
37
38
38
- uses : actions/setup-node@v2
39
39
with :
40
- node-version : 15
40
+ node-version : 16
41
41
- run : npm ci
42
42
- run : npm run-s test:flow
43
43
test :
47
47
48
48
- uses : actions/setup-node@v2
49
49
with :
50
- node-version : 15
50
+ node-version : 16
51
51
- run : npm ci
52
52
- run : npm run-s test:unit
53
53
-
uses :
coverallsapp/[email protected]
62
62
- 10
63
63
- 12
64
64
- 14
65
- - 15
65
+ - 16
66
66
os :
67
67
- macos-latest
68
68
- ubuntu-latest
91
91
92
92
- uses : actions/setup-node@v2
93
93
with :
94
- node-version : 15
94
+ node-version : 16
95
95
- run : npm ci
96
96
- run : npm run-s build
97
97
- run : npm install --prefix example
@@ -117,7 +117,7 @@ jobs:
117
117
- uses : actions/setup-node@v2
118
118
with :
119
119
registry-url : https://registry.npmjs.org/
120
- node-version : 15
120
+ node-version : 16
121
121
- run : npm ci
122
122
- run : npm run-s build
123
123
- run : npm publish --access public
You can’t perform that action at this time.
0 commit comments