Skip to content

Commit 335760f

Browse files
authored
Upgrade to AWS SDK 3 and NodeJS20 (#192)
* Update NodeJS to 20. Update AWS SDK to 3 * Add wait config to place
1 parent 07270f3 commit 335760f

File tree

4 files changed

+1731
-2158
lines changed

4 files changed

+1731
-2158
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 16 # Node v16 is required for the @vercel/ncc to work. TODO: update the package tool and then update the node version here.
21+
node-version: 20
2222

2323
- name: Install packages
2424
run: npm ci

0 commit comments

Comments
 (0)