Skip to content

Commit cc9a854

Browse files
committed
updated README
Signed-off-by: Maximilian Inckmann <[email protected]>
1 parent 7abb2f9 commit cc9a854

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/npm-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: NPM Clean Install
1+
name: NPM CI
22

33
permissions:
44
contents: read
@@ -15,9 +15,9 @@ jobs:
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 }}

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
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
712
identifiers in a user-friendly way.
813
It is easily extensible to support other identifier types.
914

0 commit comments

Comments
 (0)