Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: lower engines #1006

Merged
merged 1 commit into from
Mar 23, 2022
Merged

fix: lower engines #1006

merged 1 commit into from
Mar 23, 2022

Commits on Mar 22, 2022

  1. Lower engines so that vitest can be installed on vercel

    Vercel uses aws lambda versions in it's build process. Currently the latest v14 version used by aws is v14.19.0. By raising to `>=14.19.1` you prevent vercel builds from succeeding (until that cap is bumped). 
    
    See here for aws lambda version: https://docs.aws.amazon.com/elasticbeanstalk/latest/platforms/platform-history-nodejs.html
    zephraph committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    c9b7c64 View commit details
    Browse the repository at this point in the history