Skip to content

Commit 8454a7f

Browse files
committed
0.6.4
1 parent c7b3d65 commit 8454a7f

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.drone.jsonnet

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,24 @@ local pipeline(version) = {
2323
};
2424

2525
[
26-
pipeline("8"),
2726
pipeline("10"),
2827
pipeline("12"),
29-
pipeline("13"),
28+
pipeline("14"),
3029
{
3130
kind: "pipeline",
3231
name: "build & publish",
3332
trigger: {
3433
event: "tag"
3534
},
3635
depends_on: [
37-
"node-v8",
3836
"node-v10",
3937
"node-v12",
40-
"node-v13"
38+
"node-v14"
4139
],
4240
steps: [
4341
{
4442
name: "build",
45-
image: "node:8",
43+
image: "node:12",
4644
commands: [
4745
"npm install 2> /dev/null",
4846
"mkdir -p dist",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pm2/js-api",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"description": "PM2.io API Client for Javascript",
55
"main": "index.js",
66
"unpkg": "dist/keymetrics.es5.min.js",

0 commit comments

Comments
 (0)