Skip to content

chore(deps): bump jdx/mise-action from 4.2.1 to 4.2.3 #3897

chore(deps): bump jdx/mise-action from 4.2.1 to 4.2.3

chore(deps): bump jdx/mise-action from 4.2.1 to 4.2.3 #3897

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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Set-up Mise
uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3.6.4.2.3
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