mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-11 02:15:57 -05:00
chore: update shared ci workflow
This commit is contained in:
parent
02f5a5b636
commit
f46fb69049
1 changed files with 6 additions and 22 deletions
28
.github/workflows/ci.yml
vendored
28
.github/workflows/ci.yml
vendored
|
@ -5,31 +5,15 @@ on: [push, pull_request]
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ci-${{ github.ref }}
|
group: ci-${{ github.ref }}-6.x
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
build:
|
||||||
name: Node ${{ matrix.node_version }}
|
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
node_version: [18, 20, 21, 22]
|
node_version: [18, 20, 21, 22]
|
||||||
|
uses: verdaccio/verdaccio/.github/workflows/yarn-ci.yml@ci-refactor
|
||||||
runs-on: ubuntu-latest
|
with:
|
||||||
|
node_version: ${{ matrix.node_version }}
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
|
|
||||||
- name: Use Node ${{ matrix.node_version }}
|
|
||||||
uses: actions/setup-node@7c12f8017d5436eb855f1ed4399f037a36fbd9e8 # v2.5.2
|
|
||||||
with:
|
|
||||||
node-version: ${{ matrix.node_version }}
|
|
||||||
- name: Install
|
|
||||||
run: yarn install --immutable
|
|
||||||
- name: Build
|
|
||||||
run: yarn build
|
|
||||||
- name: Types
|
|
||||||
run: yarn code:types
|
|
||||||
- name: Test
|
|
||||||
run: yarn test
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue