Skip to content

Commit d77cdd1

Browse files
committed
chore: update CI workflow to use matrix node version and adjust npm publish command to include beta tag
1 parent 76df4ac commit d77cdd1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Use Node.js ${{ matrix.node-version }}
2424
uses: actions/setup-node@v3
2525
with:
26-
node-version: '24.13.0'
26+
node-version: ${{ matrix.node-version }}
2727
cache: 'npm'
2828
- run: npm ci
2929
- run: npm test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"fix:prettier": "prettier --write \"**/*.{ts,js,css,scss,md,html}\"",
1818
"npm-pack": "cd dist/knowledgeowl-angular && npm pack",
1919
"package": "npm run build && cp README.md dist/knowledgeowl-angular",
20-
"publish": "cd dist/knowledgeowl-angular && npm publish --access public",
20+
"publish": "cd dist/knowledgeowl-angular && npm publish --access public --tag beta",
2121
"test:lint": "ng lint knowledgeowl-angular",
2222
"fix:lint": "ng lint knowledgeowl-angular --fix"
2323
},

0 commit comments

Comments
 (0)