Skip to content

Commit f9eb343

Browse files
committed
_
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 1b01592 commit f9eb343

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,17 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
node-version: [24, 22, 20]
14+
node-version: [25, 24, 22, 20]
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout tree
1818
uses: actions/checkout@v5
1919
- name: Set-up Mise
2020
uses: jdx/mise-action@v3
21+
with:
22+
mise_toml: |
23+
[tools]
24+
node = ${{ matrix.node-version }}
2125
- run: yarn install --immutable
2226
- run: yarn format:check
2327
- run: yarn build

0 commit comments

Comments
 (0)