From 27188e8dfb0519e4481eebc6a2eabe1e29c9454f Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Mon, 5 Oct 2020 15:28:06 +0530 Subject: [PATCH] Uses node-version instead of version in ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b74b3afc..4329f25c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - name: Use Node.js 14.x uses: actions/setup-node@v1 with: - version: 14.x + node-version: 14.x - name: Install dependencies run: yarn