Skip to content

Commit

Permalink
Rename workflow steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ncalteen committed Oct 26, 2023
1 parent 2bc4376 commit 0ed3802
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
with:
fetch-tags: true

- name: Setup Node.js
id: setup-node
- name: Setup Node.js (npm)
id: setup-node-npm
uses: actions/setup-node@v4
with:
node-version: 20
Expand All @@ -69,8 +69,8 @@ jobs:
id: install
run: npm ci

- name: Setup Node.js
id: setup-node
- name: Setup Node.js (gh-pkg)
id: setup-node-gh
uses: actions/setup-node@v4
with:
node-version: 20
Expand Down

0 comments on commit 0ed3802

Please sign in to comment.