We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a9c0a9 + ea63453 commit e7efc62Copy full SHA for e7efc62
3 files changed
.github/workflows/docker.yml
@@ -132,7 +132,7 @@ jobs:
132
uses: actions/checkout@v5
133
134
- name: Set up Node.js for Frontend build
135
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
136
with:
137
node-version: '24'
138
cache: 'npm'
.github/workflows/fe-installation-test.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
- name: Set up Node.js environment
30
31
32
node-version: "24"
33
.github/workflows/lint-frontend.yml
@@ -29,7 +29,7 @@ jobs:
- name: Set up Node.js
34
node-version: 24
35
0 commit comments