File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1- name : NPM Clean Install
1+ name : NPM CI
22
33permissions :
44 contents : read
1515 strategy :
1616 matrix :
1717 # Use both LTS releases and latest one for tests
18- node : [ 16, 18, 20 ]
18+ node : [ 18, 20, 22, 24 ]
1919 steps :
20- - uses : actions/checkout@v4.1.7
20+ - uses : actions/checkout@v4
2121 - uses : actions/setup-node@v4
2222 with :
2323 node-version : ${{ matrix.node }}
Original file line number Diff line number Diff line change 11# PID Component
22
3+ [ ![ Build] ( https://github.com/kit-data-manager/pid-component/actions/workflows/npm-ci.yml/badge.svg?branch=main )] ( https://github.com/kit-data-manager/pid-component/actions/workflows/ci.yml )
34[ ![ CodeQL] ( https://github.com/kit-data-manager/pid-component/actions/workflows/github-code-scanning/codeql/badge.svg )] ( https://github.com/kit-data-manager/pid-component/actions/workflows/github-code-scanning/codeql )
45[ ![ DOI] ( https://zenodo.org/badge/DOI/10.5281/zenodo.13629109.svg )] ( https://doi.org/10.5281/zenodo.13629109 )
6+ [ ![ npm version] ( https://img.shields.io/npm/v/@kit-data-manager/pid-component.svg )] ( https://www.npmjs.com/package/@kit-data-manager/pid-component )
7+ [ ![ npm downloads] ( https://img.shields.io/npm/dm/@kit-data-manager/pid-component.svg )] ( https://www.npmjs.com/package/@kit-data-manager/pid-component )
8+ [ ![ License] ( https://img.shields.io/github/license/kit-data-manager/pid-component.svg )] ( https://spdx.org/licenses/Apache-2.0 )
9+ [ ![ Storybook] ( https://raw.githubusercontent.com/storybooks/brand/master/badge/badge-storybook.svg )] ( https://kit-data-manager.github.io/pid-component )
510
6- The ` pid-component ` is an easily extensible web component that can be used to display PIDs, ORCiDs, and possibly other
11+ The ` pid-component ` is an easily extensible web component that can be used to display PIDs, ORCiDs, and other
712identifiers in a user-friendly way.
813It is easily extensible to support other identifier types.
914
You can’t perform that action at this time.
0 commit comments