Skip to content

Commit

Permalink
feat(1958): hapi v19 upgrade, node:12. BREAKING CHANGE: data-schema v…
Browse files Browse the repository at this point in the history
…20 (#32)

* feat(1958): hapi v19 upgrade, node:12

* feat: updage pkg
  • Loading branch information
pritamstyz4ever committed Aug 25, 2020
1 parent 9eb76a2 commit 618bf96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "screwdriver-workflow-parser",
"version": "2.0.0",
"version": "3.0.0",
"description": "Parses and converts pipeline configuration into a workflow",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"sinon": "^7.5.0"
},
"dependencies": {
"screwdriver-data-schema": "^19.0.0"
"screwdriver-data-schema": "^20.0.0"
},
"release": {
"debug": false,
Expand Down
2 changes: 1 addition & 1 deletion screwdriver.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
shared:
image: node:8
image: node:12

jobs:
main:
Expand Down

0 comments on commit 618bf96

Please sign in to comment.