Skip to content

Commit 2872626

Browse files
committed
Use mise
1 parent c155cf3 commit 2872626

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish package
33
on:
44
push:
55
# branches:
6-
# - main
6+
# - main
77
workflow_dispatch:
88

99
jobs:
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- name: Checkout code
1515
uses: actions/checkout@v4
16+
- name: Install mise
17+
uses: jdx/mise-action@v2
1618
- run: npm ci
1719
- run: npm run build
1820
- name: Publish package

0 commit comments

Comments
 (0)