Skip to content

Commit a651279

Browse files
committed
fix workflows
1 parent d1ce764 commit a651279

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ jobs:
1515
- name: Setup Bun
1616
uses: oven-sh/setup-bun@v1
1717

18+
- name: Setup Node
19+
uses: actions/setup-node@v4
20+
with:
21+
node-version: latest
22+
1823
- name: Install Dependencies
1924
run: bun install
2025

bun.lockb

0 Bytes
Binary file not shown.

docs/bun.lockb

412 Bytes
Binary file not shown.

docs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"docusaurus-theme-github-codeblock": "2.0.2",
1414
"prism-react-renderer": "2.3.1",
1515
"react": "18.2.0",
16-
"react-dom": "18.2.0"
16+
"react-dom": "18.2.0",
17+
"react-loadable": "5.5.0"
1718
},
1819
"devDependencies": {
1920
"@docusaurus/module-type-aliases": "3.1.1",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-kotlin-codegen",
3-
"packageManager": "bun@1.0.29",
3+
"packageManager": "bun@1.0.30",
44
"main": "dist/plugin.js",
55
"types": "dist/plugin.d.ts",
66
"files": [
@@ -25,7 +25,7 @@
2525
"@graphql-codegen/cli": "5.0.2",
2626
"@total-typescript/ts-reset": "0.5.1",
2727
"@typescript-eslint/eslint-plugin": "7.0.2",
28-
"bun-types": "1.0.29",
28+
"bun-types": "1.0.30",
2929
"eslint": "8.57.0",
3030
"husky": "9.0.11",
3131
"prettier": "3.2.5",

0 commit comments

Comments
 (0)