Skip to content

Commit

Permalink
fix(Runtime): Change Node version to 16 (#322)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Required Node v16 as runtime env
  • Loading branch information
crazy-grizzly authored Feb 15, 2023
1 parent 7a20a0c commit 2993d7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "14"
node-version: "16"
cache: 'npm'

- name: Installing Dependencies
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
}
},
"engines": {
"node": ">6.0.0",
"npm": ">3.0.0"
"node": ">16.0.0",
"npm": ">8.0.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.95.0",
Expand Down

0 comments on commit 2993d7d

Please sign in to comment.