Skip to content

Commit

Permalink
Update testdata apps to use node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun024 committed May 28, 2021
1 parent 9632f88 commit 7ec24a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/testdata/ca_cert_apps/npm_server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"url": ""
},
"engines": {
"node": "~10"
"node": "~14"
}
}
2 changes: 1 addition & 1 deletion integration/testdata/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"url": ""
},
"engines": {
"node": "~10"
"node": "~14"
}
}

0 comments on commit 7ec24a7

Please sign in to comment.