Skip to content

Commit

Permalink
Merge pull request #1182 from mitre/upgrade_to_aws-sdk-v3
Browse files Browse the repository at this point in the history
updated to use aws-sdk v3
  • Loading branch information
aaronlippold authored Dec 6, 2023
2 parents ee5f0d4 + db9bb24 commit 47a91c7
Show file tree
Hide file tree
Showing 10 changed files with 163 additions and 66 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
check-latest: true
cache: 'npm'

- name: Install Nullsoft Scriptable Install System and p7zip
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
check-latest: true
cache: 'npm'

- name: Install project dependencies
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
check-latest: true
cache: 'npm'

- name: Install dependencies
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
check-latest: true
cache: 'npm'

- name: Install project dependencies
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/push-to-npm-gpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
check-latest: true
registry-url: "https://registry.npmjs.org"
cache: 'npm'

Expand Down
124 changes: 98 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 47a91c7

Please sign in to comment.