vercel / fun

ƒun - Local serverless function λ development runtime
Apache License 2.0
482 stars 26 forks source link

Clean up some package manager bits #97

Closed cb1kenobi closed 9 months ago

cb1kenobi commented 9 months ago

After merging https://github.com/vercel/fun/pull/95, it seems the pnpm-lock.yaml is out-of-date and the autoInstallPeers flag changed.

Updated package.json scripts to use pnpm instead of yarn and npm.

Disabled the pkg test as it was timing out. Tried to fix it, but pkg doesn't support any Node.js version that targets Apple Silicon (arm64).

Also had disabled the go test as it also was not working in CI or locally. Likely because of the test requires Go 1.15 or older. Go 1.15 is 3 years old. I did not have time to look into it.

martinez-hugo commented 9 months ago

Can I help on this PR ? If yes what can I do ? Does this PR will merge also bumping of « debug » pkg ?

cb1kenobi commented 9 months ago

@martinez-hugo This PR is meant to get the pipeline green so that semantic release will ship the new release. I need to figure out why some of the tests are timing out.

martinez-hugo commented 9 months ago

Thanks for your answer @cb1kenobi !

Do you know when new release will be ship ?

Thanks for all

cb1kenobi commented 9 months ago

@martinez-hugo As soon as possible.

github-actions[bot] commented 9 months ago

:tada: This PR is included in version 1.1.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: