Skip to content

Commit

Permalink
include node 14 in "engines" of package
Browse files Browse the repository at this point in the history
allows tooling to identify engine version
  • Loading branch information
SiCoe committed Sep 26, 2023
1 parent c84be23 commit 888a212
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.0.0",
"description": "An AWS Cloudfront Lambda@Edge function to authenticate requests using Google Apps, Microsoft, GitHub login, OKTA & Auth0",
"main": "index.js",
"engines": {
"node": ">=14"
},
"scripts": {
"test": "cd tests && npm install && cd .. && node tests/tests.js",
"test-ci": "npm ci && mocha './mocha/*.js'",
Expand Down

0 comments on commit 888a212

Please sign in to comment.