1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 01:14:36 +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

@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
node-version: [12.x]
node-version: [15.x]
steps:
- uses: actions/checkout@v2

3
package-lock.json generated
View File

@@ -41,6 +41,9 @@
"typescript": "^4.3.5",
"webpack": "^5.44.0",
"webpack-cli": "^4.7.2"
},
"engines": {
"node": ">=15"
}
},
"node_modules/@babel/code-frame": {

View File

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