Skip to content
Merged
21 changes: 9 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
strategy:
matrix:
node-version:
- 24.11.0
- 24.11.1
steps:
- name: checkout
Expand All @@ -26,8 +25,6 @@ jobs:
uses: actions/setup-node@v6.1.0
with:
node-version: ${{ matrix.node-version }}
cache: npm
cache-dependency-path: package-lock.json
- name: install
run: npm ci
- name: test and coverage
Expand All @@ -54,15 +51,6 @@ jobs:
pull-requests: write
id-token: write
steps:
- name: install dependencies
run: |
if [ ! -f /usr/bin/pacman ]
then
sudo apt-get update
sudo apt-get install ksh curl
wget https://github.com/ThePoorPilot/pacman-utils/releases/download/5.2.2-3_2.31-0/pacman-utils_5.2.2-3_amd64.deb
sudo apt-get install -f ./pacman-utils_5.2.2-3_amd64.deb
fi
- name: checkout
uses: actions/checkout@v6.0.1
- name: prepare node
Expand All @@ -73,6 +61,15 @@ jobs:
cache-dependency-path: package-lock.json
- name: install
run: npm ci
- name: install dependencies
run: |
if [ ! -f /usr/bin/pacman ]
then
sudo apt-get update
sudo apt-get install ksh curl
wget https://github.com/ThePoorPilot/pacman-utils/releases/download/5.2.2-3_2.31-0/pacman-utils_5.2.2-3_amd64.deb
sudo apt-get install -f ./pacman-utils_5.2.2-3_amd64.deb
fi
- name: release
run: npx semantic-release
env:
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/codeql_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ on:
push:
branches:
- master
- next
pull_request:
branches:
- master
- next
jobs:
analyze:
name: Analyze
Expand All @@ -16,14 +18,14 @@ jobs:
- name: git checkout
run: git checkout
if: ${{ github.event_name == 'pull_request' }}
- name: prepare CodeQL
uses: github/codeql-action/init@v4
with:
languages: javascript
- name: prepare node
uses: actions/setup-node@v6.1.0
with:
node-version: 24.11.1
- name: prepare CodeQL
uses: github/codeql-action/init@v4
with:
languages: javascript
- name: install
run: npm ci
- name: perform CodeQL analysis
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_package_lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: remove lock
run: rm package-lock.json
- name: install playwright
run: npx playwright install
run: npx playwright install --with-deps
- name: test
run: npm install-test
env:
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[![npm](https://img.shields.io/npm/v/@kronos-integration/cluster-node.svg)](https://www.npmjs.com/package/@kronos-integration/cluster-node)
[![License](https://img.shields.io/badge/License-0BSD-blue.svg)](https://spdx.org/licenses/0BSD.html)
[![bundlejs](https://deno.bundlejs.com/?q=@kronos-integration/cluster-node\&badge=detailed)](https://bundlejs.com/?q=@kronos-integration/cluster-node)
[![downloads](http://img.shields.io/npm/dm/@kronos-integration/cluster-node.svg?style=flat-square)](https://npmjs.org/package/@kronos-integration/cluster-node)
[![GitHub Issues](https://img.shields.io/github/issues/Kronos-Integration/cluster-node.svg?style=flat-square)](https://github.com/Kronos-Integration/cluster-node/issues)
[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2FKronos-Integration%2Fcluster-node%2Fbadge\&style=flat)](https://actions-badge.atrox.dev/Kronos-Integration/cluster-node/goto)
[![Coverage Status](https://coveralls.io/repos/Kronos-Integration/cluster-node/badge.svg)](https://coveralls.io/github/Kronos-Integration/cluster-node)

# kronos-cluster-node

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"access": "public",
"provenance": true
},
"packageManager": "npm@11.6.4+sha512.1118cab46a05a50aee6bff5b1b4fa1df18afff89d57465620a3518035026955db87c5bdf9d207b07b7487d99f2490d450cb774655ad63ec2cba7bf1d0ad25d45",
"description": "kronos cluster node sample application",
"keywords": [
"cluster",
Expand All @@ -17,7 +18,7 @@
"email": "markus.felten@gmx.de"
}
],
"license": "BSD-2-Clause",
"license": "0BSD",
"bin": {
"cluster-node": "src/cluster-node-cli.mjs"
},
Expand All @@ -37,14 +38,14 @@
"@kronos-integration/service-swarm": "^4.0.12"
},
"devDependencies": {
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/exec": "^7.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/github": "^12.0.2",
"@semantic-release/release-notes-generator": "^14.0.1",
"ava": "^6.1.3",
"@semantic-release/release-notes-generator": "^14.1.0",
"ava": "^6.4.1",
"c8": "^10.1.2",
"documentation": "^14.0.3",
"npm-pkgbuild": "^19.0.7",
"npm-pkgbuild": "^19.0.8",
"semantic-release": "^25.0.2"
},
"optionalDependencies": {
Expand Down Expand Up @@ -143,6 +144,5 @@
"arlac77/template-arlac77-github",
"arlac77/template-kronos-app"
]
},
"packageManager": "npm@11.6.4+sha512.1118cab46a05a50aee6bff5b1b4fa1df18afff89d57465620a3518035026955db87c5bdf9d207b07b7487d99f2490d450cb774655ad63ec2cba7bf1d0ad25d45"
}
}
Loading