Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/frontend_chromatic_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/frontend_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/frontend_ci_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/start_frontend_smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading