We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a1a47 commit aee5e1fCopy full SHA for aee5e1f
.github/actions/install-dependencies/action.yml
@@ -9,8 +9,10 @@ runs:
9
run: |
10
which node
11
node --version
12
+ /home/runner/actions-runner/cached/externals/node20/bin/node --version
13
ls -la /home/runner/actions-runner/cached/externals
14
ls -la /home/runner/actions-runner/cached/externals/node20/bin/node
15
+ ls -la /home/runner/work/electron/electron
16
- name: Get yarn cache directory path
17
shell: bash
18
id: yarn-cache-dir-path
0 commit comments