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

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


The following commit(s) were added to refs/heads/master by this push:
     new bff97b6  ci: update release audit workflow (#636)
bff97b6 is described below

commit bff97b6dc6b779c6fef9cdb226f42c897e8fefee
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Wed Mar 13 11:18:55 2024 +0900

    ci: update release audit workflow (#636)
---
 .github/workflows/release-audit.yml | 4 ++--
 .ratignore                          | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/release-audit.yml 
b/.github/workflows/release-audit.yml
index dcdfb99..8309094 100644
--- a/.github/workflows/release-audit.yml
+++ b/.github/workflows/release-audit.yml
@@ -28,12 +28,12 @@ jobs:
       - uses: actions/checkout@v4
 
       # Check license headers
-      - uses: erisu/apache-rat-action@2840c4d69521d23ab0cfd346e14406d884c656da
+      - uses: erisu/apache-rat-action@555ae80334a535eb6c1f8920b121563a5a985a75
 
       # Setup environment with node
       - uses: actions/setup-node@v4
         with:
-          node-version: 18
+          node-version: 20
 
       # Install node packages
       - name: npm install packages
diff --git a/.ratignore b/.ratignore
index fc26983..7b37541 100644
--- a/.ratignore
+++ b/.ratignore
@@ -1,4 +1,4 @@
-.(.*)
+\.(.*)
 (.*).txt
 coverage
 cordova.cmd


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

Reply via email to