Skip to content

Commit 75e8778

Browse files
committed
remove aws-lambda
1 parent bf789e9 commit 75e8778

4 files changed

Lines changed: 64 additions & 20 deletions

File tree

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
nodejs 24.12.0
22
python 3.12.12
3-
poetry 1.8.2
3+
poetry 2.2.1
44
shellcheck 0.11.0
55
direnv 2.37.1
66
actionlint 1.7.8

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ install-python:
1212
poetry install
1313

1414
install-node:
15-
npm ci --legacy-peer-deps
15+
npm ci
1616

1717
install-hooks: install-python
1818
poetry run pre-commit install --install-hooks --overwrite

0 commit comments

Comments
 (0)