Skip to content

Commit

Permalink
Add fix for broken next js support in node v17
Browse files Browse the repository at this point in the history
  • Loading branch information
stebje authored Nov 10, 2021
1 parent dd4493e commit 110b050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "export NODE_OPTIONS=--openssl-legacy-provider; next build",
"start": "next start",
"lint": "next lint"
},
Expand Down

1 comment on commit 110b050

@vercel
Copy link

@vercel vercel bot commented on 110b050 Nov 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

The most recent charge for your active payment method has failed. Please update it here: https://vercel.com/teams/actionsfundamentals/settings/billing.

Please sign in to comment.