Stephen McElhinney

Results 6 comments of Stephen McElhinney

The downgrade didn't resolve the issue for me, still very slow. I have also noticed that if I edit more than 1 `.ts` file and Save All in VSCode, it...

If you've found this issue from a search engine, a (less-than-ideal) solution I've used for deployment is to create a separate `serverless.docker.yml` file with your Docker based deployments, and run...

Well consider 8.10 is now in maintenance (https://nodejs.org/en/about/releases/) this should probably be updated. I have a fork Im working on, if it works for me I'll open a PR.

I gave up on Lambda and moved my code to Google Cloud Run and Pub Sub topics :)

My issue was an old version of Node. I upgraded using npm (details here: http://davidwalsh.name/upgrade-nodejs) - worked fine after that.

Im seeing this now too, the last working commit for me is https://github.com/actions/download-artifact/commit/348754975ef0295bfa2c111cba996120cfdf8a5d @nitesh0289 try ``` - name: Download artifacts uses: actions/download-artifact@348754975ef0295bfa2c111cba996120cfdf8a5d ```