File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 3
3
4
4
name : Node.js CI
5
5
6
- on :
7
- push :
8
- branches : [ master ]
9
- pull_request :
10
- branches : [ master ]
6
+ on : [push, pull_request]
11
7
12
8
jobs :
13
9
build :
16
12
17
13
strategy :
18
14
matrix :
19
- node-version : [12.x]
15
+ node-version : [12.x, 14.x ]
20
16
21
17
steps :
22
18
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 14
14
- Lambda timeout increased from default (6 seconds) to 10 seconds
15
15
- Improve CI workflow (@dashmug )
16
16
- Update to Sharp 0.27.2
17
+ - Update Lambda runtime to Node 14
17
18
18
19
### Fixed
19
20
- Fix potential issue processing font expectations (@tyrauber )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ service: ${self:custom.settings.serviceName}
2
2
3
3
provider :
4
4
name : aws
5
- runtime : nodejs12 .x
5
+ runtime : nodejs14 .x
6
6
timeout : 10
7
7
stage : ${opt:stage,'dev'}
8
8
region : ${self:custom.settings.region}
You can’t perform that action at this time.
0 commit comments