Skip to content

Commit

Permalink
Upgrade to AWS SDK 3 and NodeJS20 (#192)
Browse files Browse the repository at this point in the history
* Update NodeJS to 20. Update AWS SDK to 3

* Add wait config to place
  • Loading branch information
kosinal authored Oct 30, 2024
1 parent 07270f3 commit 335760f
Show file tree
Hide file tree
Showing 4 changed files with 1,731 additions and 2,158 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-node@v4
with:
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.
node-version: 20

- name: Install packages
run: npm ci
Expand Down
Loading

0 comments on commit 335760f

Please sign in to comment.