diff --git a/.github/workflows/secretlint-only-on-changed-files.yml b/.github/workflows/secretlint-only-on-changed-files.yml index e846881..ce1e59d 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: 22 - name: Install run: npm install - name: Lint with Secretlint diff --git a/.github/workflows/secretlint.yml b/.github/workflows/secretlint.yml index 1ba3f63..3fa15f5 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: 22 - name: Install run: npm install - name: Lint with Secretlint