File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,14 @@ jobs:
2626 outputs :
2727 NODE_MIN : ${{ env.NODE_MIN }}
2828 NODE_LATEST : ${{ env.NODE_LATEST }}
29+ BUN_MIN : ${{ env.BUN_MIN }}
30+ BUN_LATEST : ${{ env.BUN_LATEST }}
2931 steps :
30- - name : " Prepare node.js version matrix"
32+ - name : " Prepare node.js versions for matrix"
3133 run : |
3234 echo "NODE_MIN=${{ env.NODE_MIN }}" >> $GITHUB_OUTPUT
3335 echo "NODE_LATEST=${{ env.NODE_LATEST }}" >> $GITHUB_OUTPUT
34- - name : " Prepare bun.sh version matrix"
36+ - name : " Prepare bun.sh versions for matrix"
3537 run : |
3638 echo "BUN_MIN=${{ env.BUN_MIN }}" >> $GITHUB_OUTPUT
3739 echo "BUN_LATEST=${{ env.BUN_LATEST }}" >> $GITHUB_OUTPUT
@@ -104,7 +106,7 @@ jobs:
104106 restore-keys : |
105107 ${{ runner.os }}-${{ matrix.bun-version }}-bun-
106108
107- - name : Use latest Bun
109+ - name : Use bun ${{ matrix.bun-version }}
108110 uses : oven-sh/setup-bun@v2
109111 with :
110112 bun-version : ${{ matrix.bun-version }}
You can’t perform that action at this time.
0 commit comments