We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a20a0c commit 2993d7dCopy full SHA for 2993d7d
.github/workflows/integration.yml
@@ -17,7 +17,7 @@ jobs:
17
18
- uses: actions/setup-node@v3
19
with:
20
- node-version: "14"
+ node-version: "16"
21
cache: 'npm'
22
23
- name: Installing Dependencies
package.json
@@ -27,8 +27,8 @@
27
}
28
},
29
"engines": {
30
- "node": ">6.0.0",
31
- "npm": ">3.0.0"
+ "node": ">16.0.0",
+ "npm": ">8.0.0"
32
33
"dependencies": {
34
"@aws-sdk/client-s3": "^3.95.0",
0 commit comments