Skip to content

Commit

Permalink
perf(dependencies): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wallpants committed Jan 26, 2024
1 parent 8fc8d8c commit 489679b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
Expand Down Expand Up @@ -48,15 +52,14 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Install bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Setup node
# node needed or semantic-release complains when publishing npm
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Binary file modified bun.lockb
Binary file not shown.

0 comments on commit 489679b

Please sign in to comment.