1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-04-21 05:01:31 +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
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [12.x] node-version: [15.x]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
+3
View File
@@ -41,6 +41,9 @@
"typescript": "^4.3.5", "typescript": "^4.3.5",
"webpack": "^5.44.0", "webpack": "^5.44.0",
"webpack-cli": "^4.7.2" "webpack-cli": "^4.7.2"
},
"engines": {
"node": ">=15"
} }
}, },
"node_modules/@babel/code-frame": { "node_modules/@babel/code-frame": {
+3
View File
@@ -73,5 +73,8 @@
"form-data": "^4.0.0", "form-data": "^4.0.0",
"https": "^1.0.0", "https": "^1.0.0",
"tough-cookie": "^4.0.0" "tough-cookie": "^4.0.0"
},
"engines": {
"node": ">=15"
} }
} }