From 8ba3d1d1d9fc583b0913cc8b3196cc6bcb48db5a Mon Sep 17 00:00:00 2001 From: Minsu Lee Date: Mon, 14 Dec 2020 22:38:51 +0900 Subject: [PATCH 1/2] docs: remove deprecated package now/node-server resolve #61 --- example/express-basic-auth/now.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] } From deb193c796bed4db908ce046032e335725547a9e Mon Sep 17 00:00:00 2001 From: Minsu Lee Date: Mon, 14 Dec 2020 22:56:11 +0900 Subject: [PATCH 2/2] docs: remove deprecated package now/node-server resolve #61 --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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.