From cacfc4155de4db33162bcb6c82700751fda6bd91 Mon Sep 17 00:00:00 2001 From: Doug Moscrop Date: Fri, 16 Aug 2019 10:59:11 -0400 Subject: [PATCH] Change version to node-version (#12) version is deprecated and replaced by node-version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c331d6e..2a52b55 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ steps: - uses: actions/checkout@master - uses: actions/setup-node@master with: - version: 10.x + node-version: 10.x - run: npm install - run: npm test ```