Skip to content

Commit 74fe43c

Browse files
authored
feat!: Update to CDKv2 (#23)
* feat!: Update to CDKv2 * ci: Temporarily avoid npm 8.4
1 parent d507b3c commit 74fe43c

File tree

80 files changed

+12852
-19225
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+12852
-19225
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
with:
2929
node-version: ${{ matrix.node }}
3030
cache: npm
31-
- run: npm i -g npm
31+
# TODO: Temporarily avoid 8.4 due to: https://github.com/npm/cli/issues/4341
32+
- run: npm i -g [email protected]
3233
- run: |
3334
echo "node: $(node --version)"
3435
echo "npm: $(npm --version)"

0 commit comments

Comments
 (0)