diff --git a/.github/workflows/deploy-and-e2e.yml b/.github/workflows/deploy-and-e2e.yml index 0e44245c..1da1381f 100644 --- a/.github/workflows/deploy-and-e2e.yml +++ b/.github/workflows/deploy-and-e2e.yml @@ -91,7 +91,7 @@ jobs: # Cone-mode sparse checkout always includes root files, so the monorepo # root .nvmrc is available even though packages/testland has none. - name: Set up Node.js from core .nvmrc - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: .nvmrc @@ -189,7 +189,7 @@ jobs: packages/events - name: Set up Node.js from core .nvmrc - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: .nvmrc