We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129b065 commit 56de8efCopy full SHA for 56de8ef
1 file changed
.github/actions/npmInstallWithRetries/action.yml
@@ -8,7 +8,7 @@ runs:
8
using: composite
9
steps:
10
- name: timeout config
11
- run: npm config set timeout 600000
+ run: npm config set fetch-timeout 600000
12
shell: bash
13
- name: npm ci
14
uses: salesforcecli/github-workflows/.github/actions/retry@main
0 commit comments