Skip to content

Commit

Permalink
node: Update package-lock.json and run workflows on its change
Browse files Browse the repository at this point in the history
- Update package-lock.json to get latest dependencies
- Update node workflows to run on package-lock changes
  • Loading branch information
lucas-koehler committed Aug 22, 2024
1 parent 80ffd29 commit 2d811d5
Show file tree
Hide file tree
Showing 4 changed files with 4,722 additions and 410 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-landing-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
paths:
- "node/package-lock.json"
- "node/common/**"
- "node/landing-page/**"
- "dockerfiles/landing-page/**"
Expand All @@ -15,6 +16,7 @@ on:
branches:
- main
paths:
- "node/package-lock.json"
- "node/common/**"
- "node/landing-page/**"
- "dockerfiles/landing-page/**"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci-monitor-theia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
paths:
- "node/package-lock.json"
- "node/monitor-theia/**"
# Publish when a workflow has changed (this is needed to detect version updates)
- ".github/workflows/ci-monitor-theia.yml"
Expand All @@ -13,6 +14,7 @@ on:
branches:
- main
paths:
- "node/package-lock.json"
- "node/monitor-theia/**"
release:
types:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci-node-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
paths:
- "node/package-lock.json"
- "node/common/**"
# Publish when a workflow has changed (this is needed to detect version updates)
- ".github/workflows/ci-node-common.yml"
Expand All @@ -13,6 +14,7 @@ on:
branches:
- main
paths:
- "node/package-lock.json"
- "node/common/**"
release:
types:
Expand Down
Loading

0 comments on commit 2d811d5

Please sign in to comment.