File tree Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v3
14- - uses : actions/setup-node@v3
15- with :
16- node-version : 22
17- cache : ' bun'
18- env :
19- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
14+ - uses : jdx/mise-action@v2
2015 - name : Install deps
2116 run : bun install
2217 - name : Publish canary
Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v3
1515 - name : Fetch tags # we need them for auto to work correctly
1616 run : git fetch --unshallow --tags
17- - uses : actions/setup-node@v3
18- with :
19- node-version : 22
20- cache : ' bun'
21- env :
22- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
17+ - uses : jdx/mise-action@v2
2318 - name : Install deps
2419 run : bun install
2520 - name : Release new version
Original file line number Diff line number Diff line change 1+ [tools ]
2+ bun = " 1.2"
3+ node = " 22"
You can’t perform that action at this time.
0 commit comments