From 3e73683d993b67fc35911878e2d973cddc025b08 Mon Sep 17 00:00:00 2001 From: Christian Georgi Date: Thu, 14 May 2020 21:03:11 +0200 Subject: [PATCH] Rename job --- .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 abed20cb..995eba42 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -1,7 +1,7 @@ # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions -name: Node.js CI +name: CI on: push: