diff --git a/.github/workflows/secretlint-only-on-changed-files.yml b/.github/workflows/secretlint-only-on-changed-files.yml index e846881..fff0e42 100644 --- a/.github/workflows/secretlint-only-on-changed-files.yml +++ b/.github/workflows/secretlint-only-on-changed-files.yml @@ -15,7 +15,7 @@ jobs: - name: setup Node.js uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 24 - name: Install run: npm install - name: Lint with Secretlint diff --git a/.github/workflows/secretlint.yml b/.github/workflows/secretlint.yml index 1ba3f63..ba14649 100644 --- a/.github/workflows/secretlint.yml +++ b/.github/workflows/secretlint.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 24 - name: Install run: npm install - name: Lint with Secretlint