File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3232 - name : Install Node.js
3333 uses : actions/setup-node@v6
3434 with :
35- node-version : " 22.11.0 "
36- cache : " npm"
35+ node-version-file : org.knime.python3.scripting.nodes/js-src/package.json
36+ cache : npm
3737 cache-dependency-path : org.knime.python3.scripting.nodes/js-src/package-lock.json
3838 - name : Install dependencies
3939 run : npm ci
Original file line number Diff line number Diff line change 2828 - name : Install Node.js
2929 uses : actions/setup-node@v6
3030 with :
31- node-version : " 22.11.0 "
32- cache : " npm"
31+ node-version-file : org.knime.python3.scripting.nodes/js-src/package.json
32+ cache : npm
3333 cache-dependency-path : org.knime.python3.scripting.nodes/js-src/package-lock.json
3434
3535 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments