We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 701de13 commit 306247cCopy full SHA for 306247c
.github/workflows/npmpublish.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v2
15
- uses: actions/setup-node@v1
16
with:
17
- node-version: 10
+ node-version: 12
18
- run: npm ci
19
- run: npm test
20
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hapi-response-time",
3
- "version": "2.2.0",
+ "version": "2.2.1",
4
"description": "Response Time plugin for HapiJS",
5
"main": "index.js",
6
"scripts": {
0 commit comments