firebase / firebase-functions

Firebase SDK for Cloud Functions
https://firebase.google.com/docs/functions/
MIT License
1.01k stars 202 forks source link

Fix post merge integration tests #1552

Closed colerogers closed 2 months ago

colerogers commented 2 months ago

Bumping TS version to fix error in int tests - https://github.com/firebase/firebase-functions/actions/runs/8666919656/job/23768771827

colerogers commented 2 months ago

@inlined The post-merge tests were failing with Error: node_modules/@types/node/events.d.ts(102,43): error TS2370: A rest parameter must be of an array type., bumping the version to match with our package version, fixed the issue - https://github.com/firebase/firebase-functions/actions/runs/8666919656/job/23768771827