File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
strategy :
15
15
matrix :
16
- node : [10, 12, 14, 15 ]
16
+ node : [10, 12, 14, 16 ]
17
17
steps :
18
18
- uses : actions/setup-node@v1
19
19
with :
33
33
runs-on : windows-latest
34
34
strategy :
35
35
matrix :
36
- node : [10, 12, 14, 15 ]
36
+ node : [10, 12, 14, 16 ]
37
37
steps :
38
38
- uses : actions/setup-node@v1
39
39
with :
55
55
runs-on : macos-latest
56
56
strategy :
57
57
matrix :
58
- node : [10, 12, 14, 15 ]
58
+ node : [10, 12, 14, 16 ]
59
59
steps :
60
60
- uses : actions/setup-node@v1
61
61
with :
76
76
steps :
77
77
- uses : actions/setup-node@v1
78
78
with :
79
- node-version : 12
79
+ node-version : 14
80
80
- uses : actions/checkout@v2
81
81
- name : Install
82
82
run : npm install --ignore-scripts
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
12
12
* Upgrade node-pre-gyp to 1.0.0. Note that if you are using special node-pre-gyp
13
13
features like ` node_pre_gyp_accessKeyId ` , you may need to make changes to your
14
14
installation procedure. See https://github.com/mapbox/node-pre-gyp/blob/master/CHANGELOG.md#100 .
15
- * Add Node.js v15 to CI.
15
+ * Add Node.js v16 to CI.
16
16
* The C++ class method ` nBytes() ` now returns a size_t. (Because this is a C++
17
17
method only, this is not considered a breaking change.)
18
18
* Export type NodeCanvasRenderingContext2D so you can pass the current context
You can’t perform that action at this time.
0 commit comments