From ca6c7e5364bcb14bee31ad579dc1638dce197f8e Mon Sep 17 00:00:00 2001 From: Alec Date: Sat, 17 Dec 2022 15:23:27 -0500 Subject: [PATCH] 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 acb5761..b9513b8 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -1,7 +1,7 @@ # This workflow will do a clean installation of node dependencies, cache/restore them, 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 - Build, Test, and Lint +name: Node.js CI on: push: