Rename Node workflow file and names

This commit is contained in:
CosminPerRam 2023-10-10 13:08:00 +03:00
parent 0481be22f8
commit deacf15561
1 changed files with 2 additions and 4 deletions

View File

@ -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 }}