diff --git a/.github/workflows/automated-tests.yml b/.github/workflows/automated-tests.yml index cdd86e6aed..8690b9f51e 100644 --- a/.github/workflows/automated-tests.yml +++ b/.github/workflows/automated-tests.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v6 with: node-version: ${{ matrix.node-version }} cache: "npm"