From 7361ad0fab1f8e08a718a362e8d5935ea361640f Mon Sep 17 00:00:00 2001 From: Shailesh Kumar Date: Thu, 2 Sep 2021 16:21:14 +0530 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 51e990b..aeaad30 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: action/setup-node@v2 + - uses: actions/setup-node@v2 with: nod-version: 14 - name: install deps