ci: use npm ci to avoid package-lock drift; sync catalog outputs
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
|||||||
node-version: "lts/*"
|
node-version: "lts/*"
|
||||||
|
|
||||||
- name: Install npm dependencies
|
- name: Install npm dependencies
|
||||||
run: npm install
|
run: npm ci
|
||||||
|
|
||||||
- name: 📦 Build catalog
|
- name: 📦 Build catalog
|
||||||
run: npm run catalog
|
run: npm run catalog
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Skill Catalog
|
# Skill Catalog
|
||||||
|
|
||||||
Generated at: 2026-01-29T12:14:39.035Z
|
Generated at: 2026-01-29T12:16:47.442Z
|
||||||
|
|
||||||
Total skills: 553
|
Total skills: 553
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"generatedAt": "2026-01-29T12:14:39.035Z",
|
"generatedAt": "2026-01-29T12:16:47.442Z",
|
||||||
"aliases": {
|
"aliases": {
|
||||||
"accessibility-compliance-audit": "accessibility-compliance-accessibility-audit",
|
"accessibility-compliance-audit": "accessibility-compliance-accessibility-audit",
|
||||||
"active directory attacks": "active-directory-attacks",
|
"active directory attacks": "active-directory-attacks",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"generatedAt": "2026-01-29T12:14:39.035Z",
|
"generatedAt": "2026-01-29T12:16:47.442Z",
|
||||||
"bundles": {
|
"bundles": {
|
||||||
"core-dev": {
|
"core-dev": {
|
||||||
"description": "Core development skills across languages, frameworks, and backend/frontend fundamentals.",
|
"description": "Core development skills across languages, frameworks, and backend/frontend fundamentals.",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"generatedAt": "2026-01-29T12:14:39.035Z",
|
"generatedAt": "2026-01-29T12:16:47.442Z",
|
||||||
"total": 553,
|
"total": 553,
|
||||||
"skills": [
|
"skills": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user