Skip to content

πŸ”¨ Lock file maintenance #7653

πŸ”¨ Lock file maintenance

πŸ”¨ Lock file maintenance #7653

Workflow file for this run

name: 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@8c1059f9925af7819e4f62e84e67c94fc77c3172 # main
with:
node-version: ${{ matrix.node-version }}
- name: πŸ”¨ Build
uses: w5s/actions/task@8c1059f9925af7819e4f62e84e67c94fc77c3172 # main
with:
task: build
- name: πŸ” Validate
uses: w5s/actions/task@8c1059f9925af7819e4f62e84e67c94fc77c3172 # main
with:
task: validate