diff --git a/.github/workflows/dependency-check.yml b/.github/workflows/dependency-check.yml index 5c8332d3c..c8b9a56c0 100644 --- a/.github/workflows/dependency-check.yml +++ b/.github/workflows/dependency-check.yml @@ -31,7 +31,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Setup Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: "20" diff --git a/.github/workflows/npm-audit-typescript.yml b/.github/workflows/npm-audit-typescript.yml index 515daebd3..6d9d89758 100644 --- a/.github/workflows/npm-audit-typescript.yml +++ b/.github/workflows/npm-audit-typescript.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Setup Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: "20" - name: NPM install and audit fix with TypeScript auto-repair diff --git a/.github/workflows/npm-audit.yml b/.github/workflows/npm-audit.yml index 92318afed..83321f4be 100644 --- a/.github/workflows/npm-audit.yml +++ b/.github/workflows/npm-audit.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v5 - name: Setup Node.js - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: "20"