diff --git a/.github/workflows/frontend_chromatic_main.yml b/.github/workflows/frontend_chromatic_main.yml index 46a5f1bc795..82d35225f06 100644 --- a/.github/workflows/frontend_chromatic_main.yml +++ b/.github/workflows/frontend_chromatic_main.yml @@ -23,7 +23,7 @@ jobs: with: fetch-depth: 0 - name: Use Node.js with yarn - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version-file: "frontend-react/.nvmrc" cache: yarn diff --git a/.github/workflows/frontend_ci.yml b/.github/workflows/frontend_ci.yml index 66ef7440ffe..6a8799c0914 100644 --- a/.github/workflows/frontend_ci.yml +++ b/.github/workflows/frontend_ci.yml @@ -45,7 +45,7 @@ jobs: - name: Check out changes uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Use Node.js with yarn - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version-file: frontend-react/.nvmrc cache: yarn @@ -64,7 +64,7 @@ jobs: - name: Check out changes uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Use Node.js with yarn - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version-file: frontend-react/.nvmrc cache: yarn @@ -170,7 +170,7 @@ jobs: - name: Check out changes uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Use Node.js with yarn - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version-file: "frontend-react/.nvmrc" cache: yarn @@ -207,7 +207,7 @@ jobs: - name: Check out changes uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Use Node.js with yarn - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version-file: "frontend-react/.nvmrc" cache: yarn @@ -265,7 +265,7 @@ jobs: - name: Check out changes uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Use Node.js with yarn - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version-file: "frontend-react/.nvmrc" cache: yarn @@ -350,7 +350,7 @@ jobs: # Hopefully by checking out the HEAD commit of a PR instead of the merge commit we can avoid some of those issues. ref: ${{ github.event.pull_request.head.sha }} - name: Use Node.js with yarn - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version-file: "frontend-react/.nvmrc" cache: yarn @@ -434,7 +434,7 @@ jobs: # with: # fetch-depth: 0 # - name: Use Node.js with yarn - # uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f + # uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # with: # node-version-file: "frontend-react/.nvmrc" # cache: yarn @@ -465,7 +465,7 @@ jobs: # - name: Check out changes # uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # - name: Use Node.js with yarn - # uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f + # uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # with: # node-version-file: "frontend-react/.nvmrc" # cache: yarn diff --git a/.github/workflows/frontend_ci_docker.yml b/.github/workflows/frontend_ci_docker.yml index 4f522111391..9dc9f3f4f54 100644 --- a/.github/workflows/frontend_ci_docker.yml +++ b/.github/workflows/frontend_ci_docker.yml @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@v6.0.1 - name: Set up Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # Using v3.5.1 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # Using v3.5.1 with: node-version-file: '${{ env.WORKING_DIRECTORY }}/.nvmrc' # Yarn caching will be handled by a separate actions/cache step @@ -91,7 +91,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} # Checkout PR HEAD commit - name: Set up Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version-file: '${{ env.WORKING_DIRECTORY }}/.nvmrc' # Yarn caching will be handled by a separate actions/cache step @@ -256,7 +256,7 @@ jobs: uses: actions/checkout@v6.0.1 - name: Set up Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version-file: '${{ env.WORKING_DIRECTORY }}/.nvmrc' # Yarn caching will be handled by a separate actions/cache step @@ -348,7 +348,7 @@ jobs: uses: actions/checkout@v6.0.1 - name: Set up Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version-file: '${{ env.WORKING_DIRECTORY }}/.nvmrc' # Yarn caching will be handled by a separate actions/cache step diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 734dc6718b5..17132709c2e 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -110,7 +110,7 @@ jobs: - name: Use Node.js with yarn if: steps.changed-files-yaml.outputs.frontend_any_changed == 'true' || steps.branch-name.outputs.is_default == 'true' - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version-file: "frontend-react/.nvmrc" diff --git a/.github/workflows/start_frontend_smoke.yml b/.github/workflows/start_frontend_smoke.yml index aff1f9f1543..d564d17b980 100644 --- a/.github/workflows/start_frontend_smoke.yml +++ b/.github/workflows/start_frontend_smoke.yml @@ -25,7 +25,7 @@ jobs: - name: "Check out changes" uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Use Node.js with yarn - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e with: node-version-file: frontend-react/.nvmrc cache: yarn