File tree 3 files changed +5
-12
lines changed
3 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- 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
20
15
- name : Install deps
21
16
run : bun install
22
17
- name : Publish canary
Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v3
15
15
- name : Fetch tags # we need them for auto to work correctly
16
16
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
23
18
- name : Install deps
24
19
run : bun install
25
20
- 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