diff --git a/README.md b/README.md index 0cb92243..994db246 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,8 @@ See [.github/workflows/example-express-basic-auth.yml](.github/workflows/example [source code](https://github.com/amondnet/vercel-action/tree/master/example/express-basic-auth) +| `@now/node-server` is deprecated and stopped working. Use `@vercel/node` instead. #61 + ### Alias Domains You can assign a domain to this deployment. Please note that this domain must have been [configured](https://vercel.com/docs/v2/custom-domains#adding-a-domain) in the project. diff --git a/example/express-basic-auth/now.json b/example/express-basic-auth/now.json index 4706daec..97dea8e3 100644 --- a/example/express-basic-auth/now.json +++ b/example/express-basic-auth/now.json @@ -4,7 +4,7 @@ "builds": [ { "src": "index.js", - "use": "@now/node-server", + "use": "@vercel/node", "config": { "includeFiles": ["_static/**/*.js"] }