Skip to content

Commit 3f0e22e

Browse files
committed
chore: install latest wireit
1 parent 3cb73a2 commit 3f0e22e

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/nut.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ jobs:
9191
- uses: salesforcecli/github-workflows/.github/actions/yarnInstallWithRetries@main
9292
if: ${{ steps.cache-nodemodules.outputs.cache-hit != 'true' }}
9393

94+
- name: Install newest wireit
95+
run: yarn add wireit@latest
96+
9497
- run: yarn compile
9598

9699
- name: Check that oclif config exists

.github/workflows/unitTestsLinux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
- uses: salesforcecli/github-workflows/.github/actions/yarnInstallWithRetries@main
5454
if: ${{ steps.cache-nodemodules.outputs.cache-hit != 'true' }}
5555

56+
- name: Install newest wireit
57+
run: yarn add wireit@latest
58+
5659
- run: yarn build
5760

5861
- name: yarn test

.github/workflows/unitTestsWindows.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
- uses: salesforcecli/github-workflows/.github/actions/yarnInstallWithRetries@main
4646
if: ${{ steps.cache-nodemodules.outputs.cache-hit != 'true' }}
4747

48+
- name: Install newest wireit
49+
run: yarn add wireit@latest
50+
4851
- run: yarn build
4952

5053
- name: yarn test

0 commit comments

Comments
 (0)