From b6b623e1acf23d97afd35d406347ee56b77ff91d Mon Sep 17 00:00:00 2001 From: Andreas Remdt Date: Fri, 24 Jul 2020 15:12:05 +0200 Subject: [PATCH] fix(build): update node.js.yml --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index e97c20f..5f3fc1c 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -27,4 +27,4 @@ jobs: - name: Install dependencies run: npm install - name: Build and test library - - run: npm run validate --if-present + run: npm run validate --if-present