Skip to content

Bump jdx/mise-action from 2 to 3 #89

Bump jdx/mise-action from 2 to 3

Bump jdx/mise-action from 2 to 3 #89

Workflow file for this run

name: Matrix
on:
push:
schedule:
- cron: "0 0 1 * *" # Midnight every month (UTC)
workflow_dispatch:
jobs:
run:
name: Run
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [20, 22]
steps:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Show node version
run: node --version