Skip to content

Commit

Permalink
chore: bump dependencies. (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
igalklebanov authored Aug 25, 2024
1 parent 98129ee commit 8ee0125
Show file tree
Hide file tree
Showing 12 changed files with 2,038 additions and 1,956 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

strategy:
matrix:
deno-version: [1.42.x]
deno-version: [1.46.x]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:

strategy:
matrix:
bun-version: [1.1.x]
bun-version: [1.1.26]

steps:
- uses: actions/checkout@v4
Expand All @@ -114,7 +114,7 @@ jobs:
run: npm ci

- name: Use Bun ${{ matrix.bun-version }}
uses: oven-sh/setup-bun@v1
uses: oven-sh/setup-bun@v2
with:
bun-version: ${{ matrix.bun-version }}

Expand Down
Loading

0 comments on commit 8ee0125

Please sign in to comment.