We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b771f92 commit 5856c85Copy full SHA for 5856c85
.github/workflows/main.yaml
@@ -24,7 +24,7 @@ jobs:
24
HEAD_BRANCH_NAME: ${{ github.head_ref }}
25
steps:
26
- name: Checkout
27
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
28
with:
29
submodules: true
30
.github/workflows/publish.yaml
@@ -21,16 +21,18 @@ jobs:
21
runs-on: zondax-runners
22
23
+
+ - uses: oven-sh/setup-bun@v1
+ with:
+ bun-version: latest
- name: Install node
31
uses: actions/setup-node@v3
32
33
registry-url: 'https://registry.npmjs.org'
34
scope: '@zondax'
35
- - uses: oven-sh/setup-bun@v1
-
36
- run: bun install
37
38
- run: bun run build
0 commit comments