From 88f51a18954601fe2734584c412c430a824328e8 Mon Sep 17 00:00:00 2001 From: Gil Tene Date: Sat, 2 Nov 2019 20:35:10 -0700 Subject: [PATCH] Update to use 'node-version' instead of 'version' --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 22e0e060..4558c6fb 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -14,7 +14,7 @@ jobs: - name: Set Node.js 10.x uses: actions/setup-node@master with: - version: 10.x + node-version: 10.x - name: npm install run: npm install