Skip to content

Commit

Permalink
Update node-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
acalcutt committed Nov 14, 2024
1 parent 5121f51 commit 74210a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Use Node.js from nvmrc
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
node-version-file: 'platform/node/.nvmrc'

- name: Check if version is published
id: check
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Use Node.js from nvmrc
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
node-version-file: 'platform/node/.nvmrc'

- name: npm ci
working-directory: platform/node
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
- name: Use Node.js from nvmrc
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
node-version-file: 'platform/node/.nvmrc'

- name: Get version
id: package-version
Expand Down

0 comments on commit 74210a3

Please sign in to comment.