1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-08 13:00:05 +00:00

chore(infra): set minimum node version to 15

This commit is contained in:
Krishna Acondy
2021-07-22 09:41:30 +01:00
parent e3f189eed4
commit 405eea1d6c
3 changed files with 7 additions and 1 deletions

View File

@@ -73,5 +73,8 @@
"form-data": "^4.0.0",
"https": "^1.0.0",
"tough-cookie": "^4.0.0"
},
"engines": {
"node": ">=15"
}
}