Skip to content

Commit 227b9b0

Browse files
chore: update dependencies
Signed-off-by: Henry Gressmann <[email protected]>
1 parent 23c50b7 commit 227b9b0

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Git Checkout
17-
uses: actions/checkout@v3
18-
19-
- name: Use Node.js 20.x
20-
uses: actions/setup-node@v3
21-
with:
22-
node-version: 20
17+
uses: actions/checkout@v4
2318

2419
- uses: oven-sh/setup-bun@v1
2520
with:

bun.lockb

-80 Bytes
Binary file not shown.

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,18 @@
99
"scripts"
1010
],
1111
"scripts": {
12-
"build": "bunx turbo run build --include-dependencies",
12+
"build": "bun --bun turbo run build --include-dependencies",
1313
"lint": "biome check packages",
1414
"format": "biome format packages",
1515
"publish-packages": "bunx turbo run build test && changeset version && changeset publish",
1616
"test": "bun test"
1717
},
1818
"devDependencies": {
19-
"@biomejs/biome": "1.5.0",
20-
"@biomejs/cli-linux-x64": "^1.5.0",
19+
"@biomejs/biome": "1.5.3",
2120
"@changesets/changelog-github": "^0.5.0",
2221
"@changesets/cli": "^2.27.1",
23-
"@types/node": "^20.10.8",
24-
"bun-types": "^1.0.21",
22+
"@types/node": "^20.11.5",
23+
"bun-types": "^1.0.25",
2524
"scripts": "workspace:*",
2625
"turbo": "^1.11.3"
2726
},

0 commit comments

Comments
 (0)