Skip to content

Commit

Permalink
update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Wazzymandias committed Apr 15, 2024
1 parent 72e65e5 commit d3c9cdb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
strategy:
matrix:
include:
- node_version: 18
- node_version: 21
runs_on: 'buildjet-8vcpu-ubuntu-2204'
- node_version: 20
- node_version: 21
runs_on: 'buildjet-8vcpu-ubuntu-2204'
- node_version: 21
runs_on: 'buildjet-16vcpu-ubuntu-2204-arm'
Expand Down
4 changes: 2 additions & 2 deletions apps/hubble/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"unified": "^11.0.3"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.550.0",
"@aws-sdk/lib-storage": "^3.550.0",
"@aws-sdk/client-s3": "^3.400.0",
"@aws-sdk/lib-storage": "^3.504.0",
"@chainsafe/libp2p-gossipsub": "13.0.0",
"@chainsafe/libp2p-noise": "^15.0.0",
"@faker-js/faker": "~7.6.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"@aws-sdk/util-utf8-browser" "^3.0.0"
tslib "^1.11.1"

"@aws-sdk/client-s3@^3.550.0":
"@aws-sdk/client-s3@^3.400.0":
version "3.554.0"
resolved "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.554.0.tgz#1097c2646ce749932a989eaf7ab081bcd1723fe3"
integrity sha512-d5TKKtGWhN0vl9QovUFrf3UsM7jgFQkowDPx1O+E/yeQUj1FBDOoRfDCcQOKW/9ghloI6k7f0bBpNxdd+x0oKA==
Expand Down Expand Up @@ -431,7 +431,7 @@
"@smithy/types" "^2.12.0"
tslib "^2.6.2"

"@aws-sdk/lib-storage@^3.550.0":
"@aws-sdk/lib-storage@^3.504.0":
version "3.554.0"
resolved "https://registry.npmjs.org/@aws-sdk/lib-storage/-/lib-storage-3.554.0.tgz#23bd5b867e610369c6983ae687f1ab7fb1fbd5ac"
integrity sha512-WMn2EObllRKI0ELi31SoUGPowQ23/LCAXkG1o1VEas5kqobwgVgp9D8zqs9A/MEaZYl0yDqd94uKQJd7rUM/yg==
Expand Down

0 comments on commit d3c9cdb

Please sign in to comment.