diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0342192..e7b89c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: '20.11.0' cache: 'npm' diff --git a/.github/workflows/security-testing.yml b/.github/workflows/security-testing.yml index 556ab71..bf1e275 100644 --- a/.github/workflows/security-testing.yml +++ b/.github/workflows/security-testing.yml @@ -45,7 +45,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: '20.11.0' cache: 'npm' @@ -199,7 +199,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: '20.11.0' cache: 'npm' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bd02c25..38b71e5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,7 +39,7 @@ jobs: - uses: actions/checkout@v4 - name: Use Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: '20.11.0' cache: 'npm'