Skip to content

Commit

Permalink
Set node version in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrlee committed Dec 5, 2024
1 parent 475861b commit c4e09b3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ on:
default: false
type: boolean


env:
node_version: 22.12

permissions:
contents: read
packages: write
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/security_npm_dependency.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
env:
node_version: 22.12

name: Security npm dependency check
on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security_trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
schedule:
- cron: "19 6 * * MON-FRI" # Every weekday
jobs:
security-kotlin-trivy-check:
security-typescript-trivy-check:
name: Project security trivy dependency check
uses: ministryofjustice/hmpps-github-actions/.github/workflows/[email protected] # WORKFLOW_VERSION
with:
Expand Down

0 comments on commit c4e09b3

Please sign in to comment.