Skip to content

chore(deps): bump jdx/mise-action from 3.6.0 to 3.6.1 #3133

chore(deps): bump jdx/mise-action from 3.6.0 to 3.6.1

chore(deps): bump jdx/mise-action from 3.6.0 to 3.6.1 #3133

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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Set-up Mise
uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3.6.1
with:
cache: false
mise_toml: |
[tools]
node = "${{ matrix.node-version }}"
yarn = "4"
- run: yarn install --immutable
- run: yarn format:check
- run: yarn build
- run: yarn test