Skip to content

Commit

Permalink
CI: always install latest version of Bun
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Nov 27, 2023
1 parent a9a2d57 commit 405b093
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
- name: Setup Bun
uses: oven-sh/setup-bun@830e319e28724678162e88b9145a9b43f22f1a8e
with:
bun-version: '0.5.9'
bun-version: latest

- name: Build plugin
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-css-js-md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Setup Bun
uses: oven-sh/setup-bun@830e319e28724678162e88b9145a9b43f22f1a8e
with:
bun-version: '0.5.9'
bun-version: latest

- name: Markdown Lint
run: npm run lint:md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Setup Bun
uses: oven-sh/setup-bun@830e319e28724678162e88b9145a9b43f22f1a8e
with:
bun-version: '0.5.9'
bun-version: latest

- name: Build plugin
run: bun run build:js
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Setup Bun
uses: oven-sh/setup-bun@830e319e28724678162e88b9145a9b43f22f1a8e
with:
bun-version: '0.5.9'
bun-version: latest

- name: Bundle packages
run: bun run workflow:bundle-packages
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
- name: Setup Bun
uses: oven-sh/setup-bun@830e319e28724678162e88b9145a9b43f22f1a8e
with:
bun-version: '0.5.9'
bun-version: latest

- name: Bundle packages
run: bun run workflow:bundle-packages
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/plugin-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ jobs:
- name: Setup Bun
uses: oven-sh/setup-bun@830e319e28724678162e88b9145a9b43f22f1a8e
with:
bun-version: '0.5.9'
bun-version: latest

- name: Create release branch
id: release_branch
Expand Down Expand Up @@ -468,7 +468,7 @@ jobs:
- name: Setup Bun
uses: oven-sh/setup-bun@830e319e28724678162e88b9145a9b43f22f1a8e
with:
bun-version: '0.5.9'
bun-version: latest

# If we're releasing 1.6.0, bump version on main to 1.7.0-alpha.0.
- name: Update plugin version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Setup Bun
uses: oven-sh/setup-bun@830e319e28724678162e88b9145a9b43f22f1a8e
with:
bun-version: '0.5.9'
bun-version: latest

- name: Build plugin
run: bun run build:js
Expand Down

0 comments on commit 405b093

Please sign in to comment.