Skip to content

Commit

Permalink
Move to GitHub Packages and add npm ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pama0917 committed Jan 14, 2025
1 parent 034b3e9 commit 4bbec0f
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/npm-ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: NPM CI/CD Workflow

on:
push:
branches:
- main
- release
- develop
- feature/*
delete:
branches:
- release
- feature/*

jobs:
call-npm-ci-cd-workflow:
uses: netcracker/qubership-apihub-ci/.github/workflows/npm-ci.yaml@main
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@netcracker:registry=https://npm.pkg.github.com
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
],
"license": "MIT",
"devDependencies": {
"@netcracker/qubership-apihub-npm-gitflow": "1.0.13",
"@netcracker/qubership-apihub-npm-gitflow": "1.0.14-dev.1",
"@types/jest": "^29.5.2",
"@types/node": "^20.8.10",
"jest": "^29.5.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -754,10 +754,10 @@
resolved "https://registry.yarnpkg.com/@microsoft/tsdoc/-/tsdoc-0.15.0.tgz#f29a55df17cb6e87cfbabce33ff6a14a9f85076d"
integrity sha512-HZpPoABogPvjeJOdzCOSJsXeL/SMCBgBZMVC3X3d7YYp2gf31MfxhUoYUNwf1ERPJOnQc0wkFn9trqI6ZEdZuA==

"@netcracker/qubership-apihub-npm-gitflow@1.0.13":
version "1.0.13"
resolved "http://localhost:4873/@netcracker/qubership-apihub-npm-gitflow/-/qubership-apihub-npm-gitflow-1.0.13.tgz#e347b0c79dfc8aff185c3c8659d67cec7d139345"
integrity sha512-QeWTYVHMpHD0Ztjig1guffeDlJ/9hwg0mEkSTTFC6HdwqEAhBL628WAXuryC4khjsb787BKqgOfsMSIHJ/Ausw==
"@netcracker/qubership-apihub-npm-gitflow@1.0.14-dev.1":
version "1.0.14-dev.1"
resolved "https://npm.pkg.github.com/download/@netcracker/qubership-apihub-npm-gitflow/1.0.14-dev.1/628fbc9e37606b854ae09534bc575d3e0f8baf0d#628fbc9e37606b854ae09534bc575d3e0f8baf0d"
integrity sha512-i+13sQroMm02EYedPIMHr6yBiShmFTGqecf00S6BbfTlgyZzME3CasEnusq91TleMeNQDcSjAMBnhjTQeLEUTw==
dependencies:
command-line-args "^5.0.2"
edit-json-file "^1.0.8"
Expand Down

0 comments on commit 4bbec0f

Please sign in to comment.