Skip to content

Commit

Permalink
0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed Jan 6, 2021
1 parent c7b3d65 commit 8454a7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,24 @@ local pipeline(version) = {
};

[
pipeline("8"),
pipeline("10"),
pipeline("12"),
pipeline("13"),
pipeline("14"),
{
kind: "pipeline",
name: "build & publish",
trigger: {
event: "tag"
},
depends_on: [
"node-v8",
"node-v10",
"node-v12",
"node-v13"
"node-v14"
],
steps: [
{
name: "build",
image: "node:8",
image: "node:12",
commands: [
"npm install 2> /dev/null",
"mkdir -p dist",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pm2/js-api",
"version": "0.6.3",
"version": "0.6.4",
"description": "PM2.io API Client for Javascript",
"main": "index.js",
"unpkg": "dist/keymetrics.es5.min.js",
Expand Down

0 comments on commit 8454a7f

Please sign in to comment.