From 81c340488eca16e97b6f4f3bf38977b8cc2c162c Mon Sep 17 00:00:00 2001 From: Shivangi Shree Date: Tue, 11 Aug 2026 16:39:23 +0530 Subject: [PATCH] [ACS-12322] switch to setup-node@v7 and remove npm from readme --- .github/actions/setup/action.yml | 2 +- .github/workflows/run-e2e-with-env.yml | 4 ++-- .github/workflows/upstream-adf.yml | 2 +- README.md | 1 - 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index f7eeb5471..c768e8c40 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -53,7 +53,7 @@ runs: - name: Setup pnpm uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 - name: node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: '.nvmrc' cache: 'pnpm' diff --git a/.github/workflows/run-e2e-with-env.yml b/.github/workflows/run-e2e-with-env.yml index 7460e115a..d525e1f2f 100644 --- a/.github/workflows/run-e2e-with-env.yml +++ b/.github/workflows/run-e2e-with-env.yml @@ -41,7 +41,7 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 - name: node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: '.nvmrc' cache: 'pnpm' @@ -116,7 +116,7 @@ jobs: fetch-depth: 2 - name: node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: '.nvmrc' cache: 'pnpm' diff --git a/.github/workflows/upstream-adf.yml b/.github/workflows/upstream-adf.yml index 76f43e803..517c4f45c 100644 --- a/.github/workflows/upstream-adf.yml +++ b/.github/workflows/upstream-adf.yml @@ -123,7 +123,7 @@ jobs: - name: setup PNPM uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 - name: node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version-file: '.nvmrc' cache: 'pnpm' diff --git a/README.md b/README.md index 72170b7bd..e0fcb10f9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ Please refer to the public [documentation](https://alfresco-content-app.netlify. | Name | Version | |---------|---------| | Node.js | 24.x | -| Npm | 11.x | | Pnpm | 11.x | ## Compatibility