Skip to content

Commit c0714e7

Browse files
chore!: drop support for old nodejs versions
This commit drops support for all Node.js versions < 18.0.0 as they are no longer supported by Cloud Run functions: https://cloud.google.com/functions/docs/runtime-support chore!: upgrade all dependencies fix!: delete the undocumented "typed" function signature
1 parent 4872ff3 commit c0714e7

36 files changed

+1699
-9145
lines changed

.github/workflows/conformance.yml

-10
Original file line numberDiff line numberDiff line change
@@ -84,16 +84,6 @@ jobs:
8484
-validate-mapping=false \
8585
-cmd="npm start -- --target=writeHttpDeclarative"
8686
87-
- name: Run Typed conformance tests using declarative API
88-
working-directory: 'test/conformance'
89-
run: |
90-
~/client \
91-
-type=http \
92-
-declarative-type=typed \
93-
-buildpacks=false \
94-
-validate-mapping=false \
95-
-cmd="npm start -- --target=writeTypedDeclarative"
96-
9787
- name: Run cloudevent conformance tests using declarative API
9888
working-directory: 'test/conformance'
9989
run: |

0 commit comments

Comments
 (0)