diff --git a/.github/workflows/dependency-check.yml b/.github/workflows/dependency-check.yml index 7ddd1ee04..5c8332d3c 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@v4 + uses: actions/setup-node@v5 with: node-version: "20" diff --git a/.github/workflows/npm-audit-typescript.yml b/.github/workflows/npm-audit-typescript.yml index ceac1b5c3..515daebd3 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@v4 + uses: actions/setup-node@v5 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 73d6aed32..92318afed 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@v4 + uses: actions/setup-node@v5 with: node-version: "20"