We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b01592 commit f9eb343Copy full SHA for f9eb343
.github/workflows/main.yml
@@ -11,13 +11,17 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- node-version: [24, 22, 20]
+ node-version: [25, 24, 22, 20]
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout tree
18
uses: actions/checkout@v5
19
- name: Set-up Mise
20
uses: jdx/mise-action@v3
21
+ with:
22
+ mise_toml: |
23
+ [tools]
24
+ node = ${{ matrix.node-version }}
25
- run: yarn install --immutable
26
- run: yarn format:check
27
- run: yarn build
0 commit comments