Skip to content

Commit 825af86

Browse files
committed
mise
1 parent 100803f commit 825af86

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

.github/workflows/publish-canary.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@ jobs:
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

.github/workflows/release.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,7 @@ jobs:
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

mise.toml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[tools]
2+
bun = "1.2"
3+
node = "22"

0 commit comments

Comments
 (0)