From 9bc2c5c75e29554d9c5486c15d1cb8db5e478088 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Sun, 26 Apr 2020 19:01:56 +0100 Subject: [PATCH] node: remove CI=true environment variable The CI environment variable is now set by GitHub Actions directly. No need to set it in the workflow. --- ci/node.js.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/node.js.yml b/ci/node.js.yml index 4390e93..e772a1c 100644 --- a/ci/node.js.yml +++ b/ci/node.js.yml @@ -27,5 +27,3 @@ jobs: - run: npm ci - run: npm run build --if-present - run: npm test - env: - CI: true