From 773a35678841063e6b96db4c4914e51d41158f03 Mon Sep 17 00:00:00 2001 From: Luis Blanco Date: Sun, 21 Mar 2021 17:20:09 +0300 Subject: [PATCH] Fix node version --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 08ca9fe..78277e2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node_version: 14.16.0 + node-version: 14.16.0 - run: cd test - run: npm ci - run: npm run test-ci