bun-types 1.1.37 → 1.1.38-canary.20241127T140552
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/cli/test.md +3 -1
- package/package.json +1 -1
package/docs/cli/test.md
CHANGED
|
@@ -75,8 +75,10 @@ jobs:
|
|
|
75
75
|
name: build-app
|
|
76
76
|
runs-on: ubuntu-latest
|
|
77
77
|
steps:
|
|
78
|
+
- name: Checkout
|
|
79
|
+
uses: actions/checkout@v4
|
|
78
80
|
- name: Install bun
|
|
79
|
-
uses: oven-sh/setup-bun
|
|
81
|
+
uses: oven-sh/setup-bun@v2
|
|
80
82
|
- name: Install dependencies # (assuming your project has dependencies)
|
|
81
83
|
run: bun install # You can use npm/yarn/pnpm instead if you prefer
|
|
82
84
|
- name: Run tests
|
package/package.json
CHANGED