From 2a5c37393aa42b5f859323d9411e3e7ebe1babf2 Mon Sep 17 00:00:00 2001 From: Shailesh Kumar Date: Thu, 2 Sep 2021 16:29:15 +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 aeaad30..063e5bf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - nod-version: 14 + node-version: 14 - name: install deps run: npm ci - name: run tests