Skip to content

🔨 Lock file maintenance #7560

🔨 Lock file maintenance

🔨 Lock file maintenance #7560

Workflow file for this run

name: Node.js CI
on:
merge_group: {}
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version:
- 24
- 22
- 20
steps:
- name: ⬇️ Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: ⚙️ Setup
uses: w5s/actions/setup@main
with:
node-version: ${{ matrix.node-version }}
- run: make validate