Skip to content

Commit dfe5c50

Browse files
chore(repo): update deps, bun and pin ubuntu version for GH actions
1 parent 3d4e5f2 commit dfe5c50

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
1010

1111
jobs:
1212
publish-to-npm:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04
1414
timeout-minutes: 5
1515
permissions:
1616
contents: write
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup bun
2525
uses: oven-sh/setup-bun@v1
2626
with:
27-
bun-version: 1.1.38
27+
bun-version: 1.1.40
2828

2929
- name: Setup Node.js
3030
uses: actions/setup-node@v4

bun.lockb

-91 Bytes
Binary file not shown.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "SQLite adapter for @epic-web/cachified. Compatible with better-sqlite3, sqlite, sqlite3, and Bun SQLite.",
55
"sideEffects": false,
66
"type": "module",
7-
"packageManager": "[email protected].38",
7+
"packageManager": "[email protected].40",
88
"keywords": [
99
"cache",
1010
"@epic-web/cachified",
@@ -56,16 +56,16 @@
5656
"provenance": true
5757
},
5858
"devDependencies": {
59-
"@arethetypeswrong/cli": "^0.17.1",
59+
"@arethetypeswrong/cli": "^0.17.2",
6060
"@biomejs/biome": "^1.9.4",
61-
"@changesets/cli": "^2.27.10",
61+
"@changesets/cli": "^2.27.11",
6262
"@commitlint/cli": "^19.6.1",
6363
"@commitlint/config-conventional": "^19.6.0",
6464
"@types/better-sqlite3": "^7.6.12",
6565
"@types/bun": "latest",
6666
"husky": "^9.1.7",
67-
"typescript": "^5.0.0",
68-
"vite-plugin-dts": "^4.3.0",
67+
"typescript": "^5.7.2",
68+
"vite-plugin-dts": "^4.4.0",
6969
"vite-tsconfig-paths": "^5.1.4",
7070
"vitest": "^2.1.8",
7171
"@epic-web/cachified": "^5.2.0",

0 commit comments

Comments
 (0)