Skip to content

Commit

Permalink
bump bun deps.
Browse files Browse the repository at this point in the history
..
  • Loading branch information
igalklebanov committed Aug 25, 2024
1 parent 048b2c3 commit 972c681
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
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
Binary file modified test/bun/bun.lockb
Binary file not shown.
10 changes: 5 additions & 5 deletions test/bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
},
"dependencies": {
"kysely": "link:kysely",
"mysql2": "^3.3.3",
"pg": "^8.11.0",
"mysql2": "^3.11.0",
"pg": "^8.12.0",
"tarn": "^3.0.2",
"tedious": "^17.0.0"
"tedious": "^19.0.0"
},
"devDependencies": {
"@types/bun": "^1.1.3",
"typescript": "^5.4.5"
"@types/bun": "^1.1.8",
"typescript": "^5.5.4"
}
}

0 comments on commit 972c681

Please sign in to comment.