Skip to content

chore(deps): bump jdx/mise-action from 3.6.3 to 4.0.0 #3420

chore(deps): bump jdx/mise-action from 3.6.3 to 4.0.0

chore(deps): bump jdx/mise-action from 3.6.3 to 4.0.0 #3420

Workflow file for this run

name: Builds, tests & co
on:
- push
- pull_request
permissions: read-all
jobs:
build-and-test:
strategy:
fail-fast: false
matrix:
node-version: [25, 24, 22, 20]
runs-on: ubuntu-latest
steps:
- name: Checkout tree
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Set-up Mise
uses: jdx/mise-action@c1ecc8f748cd28cdeabf76dab3cccde4ce692fe4 # v4.0.0.6.4.0.0
with:
cache: false
mise_toml: |
[tools]
bun = "latest"
node = "${{ matrix.node-version }}"
- run: bun install --frozen-lockfile
- run: bun run format:check
- run: bun run build
- run: bun run test