From bff97b6dc6b779c6fef9cdb226f42c897e8fefee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A8=E3=83=AA=E3=82=B9?= Date: Wed, 13 Mar 2024 11:18:55 +0900 Subject: [PATCH] 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 dcdfb99b..83090944 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 fc269838..7b37541b 100644 --- a/.ratignore +++ b/.ratignore @@ -1,4 +1,4 @@ -.(.*) +\.(.*) (.*).txt coverage cordova.cmd