From 31dee26ba3d2f09351b93f109f49243ed5c55171 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Fri, 2 Oct 2020 14:02:23 -0400 Subject: [PATCH] Rename Node.js --- .github/workflows/{node.js.yml => nodejs.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{node.js.yml => nodejs.yml} (97%) diff --git a/.github/workflows/node.js.yml b/.github/workflows/nodejs.yml similarity index 97% rename from .github/workflows/node.js.yml rename to .github/workflows/nodejs.yml index 3a52fd4..e42a809 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/nodejs.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: nodejs on: push: