This is an automated email from the ASF dual-hosted git repository.

dpogue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git


The following commit(s) were added to refs/heads/master by this push:
     new 7fbc2280 ci: Add Node 24 to CI test matrix (#1535)
7fbc2280 is described below

commit 7fbc22805f1f3a7cd1fc854ef12eb08262d89124
Author: Darryl Pogue <dar...@dpogue.ca>
AuthorDate: Sat May 17 17:23:23 2025 -0700

    ci: Add Node 24 to CI test matrix (#1535)
    
    * test(ci): Add Node 24 to CI test matrix
    
    * chore(gha): Add permissions to GHA workflows
---
 .github/workflows/ci.yml            | 8 ++++++--
 .github/workflows/release-audit.yml | 3 +++
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f4097f53..dddfdb21 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -25,13 +25,17 @@ on:
     branches:
       - '*'
 
+permissions:
+  contents: read
+  security-events: write
+
 jobs:
   darwin:
     name: NodeJS ${{ matrix.node-version }} on ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
-        node-version: [20.x, 22.x]
+        node-version: [20.x, 22.x, 24.x]
         os: [macos-14]
 
     steps:
@@ -78,7 +82,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
-        node-version: [20.x, 22.x]
+        node-version: [20.x, 22.x, 24.x]
         os: [ubuntu-latest, windows-latest]
 
     steps:
diff --git a/.github/workflows/release-audit.yml 
b/.github/workflows/release-audit.yml
index c2f6a3ca..5cdabc0e 100644
--- a/.github/workflows/release-audit.yml
+++ b/.github/workflows/release-audit.yml
@@ -25,6 +25,9 @@ on:
     branches:
       - '*'
 
+permissions:
+  contents: read
+
 jobs:
   test:
     name: Audit Licenses


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to