From deacf1556172469e425d69b6576ce54533d60da1 Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Tue, 10 Oct 2023 13:08:00 +0300 Subject: [PATCH] Rename Node workflow file and names --- .github/workflows/{node.js.yml => node.yml} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) rename .github/workflows/{node.js.yml => node.yml} (55%) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.yml similarity index 55% rename from .github/workflows/node.js.yml rename to .github/workflows/node.yml index 0a16c64..df1867c 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.yml @@ -1,7 +1,5 @@ -# 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://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs -name: Node.js CI +name: Node on: push: @@ -20,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Use Node.js ${{ matrix.node-version }} + - name: Use Node ${{ matrix.node-version }} uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }}