Skip to content

Commit

Permalink
Update tools names
Browse files Browse the repository at this point in the history
Co-authored-by: Weston Ruter <[email protected]>
  • Loading branch information
thelovekesh and westonruter authored Oct 30, 2023
1 parent 6ae9f48 commit c86bdb1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/setup-node-npm/action.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Setup Node and NPM
name: Setup Node.js and npm

description: Setup Node and NPM with caching
description: Setup Node.js and npm with caching

runs:
using: 'composite'
steps:
- name: Configure NodeJS cache
- name: Configure Node.js cache
uses: actions/[email protected]
id: node-npm-cache
env:
Expand All @@ -14,7 +14,7 @@ runs:
path: node_modules
key: ${{ runner.os }}-node_modules-${{ hashFiles('package*.json') }}-${{ hashFiles('.github/actions/setup-node-npm/action.yml') }}

- name: Setup NodeJS
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
Expand Down

0 comments on commit c86bdb1

Please sign in to comment.