Skip to content

πŸ”¨ Lock file maintenance #7693

πŸ”¨ Lock file maintenance

πŸ”¨ Lock file maintenance #7693

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