Skip to content

Commit

Permalink
Update workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Nov 17, 2024
1 parent a0b8326 commit 6aad419
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nvm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node.js CI
name: Node.js NVM

on:
push:
Expand All @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: dcodeIO/setup-node-nvm@v5
uses: dcodeIO/setup-node-nvm@master
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down

0 comments on commit 6aad419

Please sign in to comment.