Skip to content

Commit

Permalink
chore: update engines to 14,16,18
Browse files Browse the repository at this point in the history
  • Loading branch information
purplecabbage committed Jul 12, 2022
1 parent bb9f71d commit 80786e1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"validate": "bin/validate_spec.js spec/analytics_api.json"
},
"dependencies": {
"swagger-client": "3.10.13",
"@adobe/aio-lib-core-errors": "^3.0.0",
"@adobe/aio-lib-core-logging": "^1.1.2"
"@adobe/aio-lib-core-logging": "^1.1.2",
"swagger-client": "3.10.13"
},
"devDependencies": {
"codecov": "^3.6.1",
Expand All @@ -35,5 +35,8 @@
"jest-plugin-fs": "^2.9.0",
"jsdoc-to-markdown": "^5.0.0",
"openapi-schema-validator": "^3.0.3"
},
"engines": {
"node": "^14.18 || ^16.13 || >=18"
}
}

0 comments on commit 80786e1

Please sign in to comment.