0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-03-11 02:15:57 -05:00
verdaccio/.github/workflows/ci.yml

20 lines
382 B
YAML
Raw Normal View History

name: CI
on: [push, pull_request]
permissions:
contents: read
concurrency:
2024-09-22 11:31:20 +02:00
group: ci-${{ github.ref }}-6.x
cancel-in-progress: true
jobs:
2024-09-22 11:31:20 +02:00
build:
strategy:
fail-fast: false
matrix:
2024-09-22 11:31:20 +02:00
node_version: [18, 20, 21, 22]
uses: verdaccio/verdaccio/.github/workflows/yarn-ci.yml@ci-refactor
with:
node_version: ${{ matrix.node_version }}