File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -104,12 +104,11 @@ runs:
104104 if : inputs.enable_node == 'true' && inputs.node_version == ''
105105 id : get-node-version
106106 - name : Set up node version
107- uses : actions/setup-node@v5
107+ uses : actions/setup-node@v4
108108 if : inputs.enable_node == 'true'
109109 with :
110110 node-version : ${{ inputs.node_version || fromJson(steps.get-node-version.outputs.node_version) }}
111111 registry-url : ${{ inputs.npm_registry || 'https://registry.npmjs.org/' }}
112- package-manager-cache : false
113112 - name : Show node and npm version
114113 if : inputs.enable_node == 'true'
115114 run : |
Original file line number Diff line number Diff line change 1818
1919 - name : Find version script
2020 id : get-node-version
21- uses : actions/github-script@v7
21+ uses : actions/github-script@v8
2222 with :
2323 script : |
2424 const path = require('path');
You can’t perform that action at this time.
0 commit comments