We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8484c8 commit 33cac99Copy full SHA for 33cac99
.github/workflows/esbuild-publish.yml
@@ -25,15 +25,11 @@ jobs:
25
with:
26
node-version: ${{ inputs.nodeVersion }}
27
registry-url: 'https://registry.npmjs.org'
28
+ cache: yarn
29
- name: Install esbuild Dependencies
30
run: |
- yarn add esbuild@^0.19.5 -D
31
- yarn add esbuild-plugin-pino@^2.1.0 -D
32
- yarn add npm-dts@^1.3.12 -D
33
- yarn add esbuild-plugin-tsc@^0.4.0 -D
34
- - name: Install All Dependencies
35
- run: |
36
- yarn install --network-timeout 600000
+ yarn add -D esbuild@^0.19.5 esbuild-plugin-pino@^2.1.0 npm-dts@^1.3.12 esbuild-plugin-tsc@^0.4.0
+ - uses: salesforcecli/github-workflows/.github/actions/yarnInstallWithRetries@main
37
- name: Update for Bundling
38
39
node scripts/updateForBundling.js
0 commit comments