Skip to content

Commit 33cac99

Browse files
chore: polish workflow
1 parent a8484c8 commit 33cac99

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/esbuild-publish.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,11 @@ jobs:
2525
with:
2626
node-version: ${{ inputs.nodeVersion }}
2727
registry-url: 'https://registry.npmjs.org'
28+
cache: yarn
2829
- name: Install esbuild Dependencies
2930
run: |
30-
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
31+
yarn add -D esbuild@^0.19.5 esbuild-plugin-pino@^2.1.0 npm-dts@^1.3.12 esbuild-plugin-tsc@^0.4.0
32+
- uses: salesforcecli/github-workflows/.github/actions/yarnInstallWithRetries@main
3733
- name: Update for Bundling
3834
run: |
3935
node scripts/updateForBundling.js

0 commit comments

Comments
 (0)