diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 663afd313..ab492f9ff 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -57,7 +57,7 @@ jobs: with: # fetch all commits so we can find the branch fetch-depth: 0 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 18.x cache: "yarn"