Skip to content

Commit e175d17

Browse files
authored
Merge pull request #193 from per1234/npm-path
Use relevant metadata file when determining Node.js version
2 parents 552380c + 4f64f22 commit e175d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-npm-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: Setup Node.js
107107
uses: actions/setup-node@v5
108108
with:
109-
node-version-file: package.json
109+
node-version-file: "${{ matrix.project.path }}/package.json"
110110

111111
- name: Install Task
112112
uses: arduino/setup-task@v2

0 commit comments

Comments
 (0)