Skip to content

Commit 0a0560d

Browse files
authored
Merge pull request #87 from peacprotocol/hotfix/nightly-deno-bun-optional
fix(nightly): make deno/bun optional - node remains required
2 parents cd3dba3 + ff77631 commit 0a0560d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
name: Cross-Runtime Tests (${{ matrix.runtime }})
107107
runs-on: ubuntu-latest
108108
timeout-minutes: 15
109+
continue-on-error: ${{ matrix.runtime != 'node' }}
109110
strategy:
110111
matrix:
111112
runtime: [node, deno, bun]

0 commit comments

Comments
 (0)