Skip to content

Commit 8294809

Browse files
committed
Update dependencies in etl-cotrip-incidents
1 parent aa9f910 commit 8294809

File tree

7 files changed

+203
-462
lines changed

7 files changed

+203
-462
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
with:
2222
ref: ${{github.event.pull_request.head.sha || github.sha}}
2323

24-
- uses: actions/setup-node@v3
24+
- uses: actions/setup-node@v4
2525
with:
26-
node-version: 18
26+
node-version: 24
2727
registry-url: https://registry.npmjs.org/
2828

2929
- name: NPM Install

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
## Version History
1212

13+
### v5.7.0
14+
15+
- :arrow_up: Update Core Dependencies
16+
1317
### v5.6.0
1418

1519
- :arrow_up: Update Core Dependencies

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/lambda/nodejs:22
1+
FROM public.ecr.aws/lambda/nodejs:24
22

33
COPY . ${LAMBDA_TASK_ROOT}/
44

0 commit comments

Comments
 (0)