Skip to content

Commit f7db11b

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/frontend/js-yaml-4.1.1
2 parents 7c5ee38 + f54c214 commit f7db11b

File tree

16 files changed

+1268
-1930
lines changed

16 files changed

+1268
-1930
lines changed

.github/actions/build-frontend/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ runs:
1010
using: composite
1111
steps:
1212
- name: Install Node
13-
uses: actions/setup-node@v4.2.0
13+
uses: actions/setup-node@v6.0.0
1414
with:
15-
node-version: "22"
15+
node-version: "24"
1616

1717
- name: Install dependencies
1818
run: npm ci

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ jobs:
327327
merge-multiple: true
328328

329329
- name: Prepare a release
330-
uses: softprops/[email protected].1
330+
uses: softprops/[email protected].2
331331
with:
332332
generate_release_notes: true
333333
body: |
@@ -396,7 +396,7 @@ jobs:
396396
await script({ core, github, context });
397397
398398
- name: Update unstable release
399-
uses: softprops/[email protected].1
399+
uses: softprops/[email protected].2
400400
with:
401401
name: "Unstable build"
402402
tag_name: unstable

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Install Node
6767
uses: actions/[email protected]
6868
with:
69-
node-version: 22
69+
node-version: 24
7070

7171
- name: Install Node dependencies
7272
working-directory: ./frontend
@@ -90,7 +90,7 @@ jobs:
9090
- name: Install Node
9191
uses: actions/[email protected]
9292
with:
93-
node-version: 22
93+
node-version: 24
9494

9595
- name: Install Node dependencies
9696
working-directory: ./frontend
@@ -114,7 +114,7 @@ jobs:
114114
- name: Install Node
115115
uses: actions/[email protected]
116116
with:
117-
node-version: 20
117+
node-version: 24
118118

119119
- name: Install Node dependencies
120120
working-directory: ./frontend

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install Node
4242
uses: actions/[email protected]
4343
with:
44-
node-version: 22
44+
node-version: 24
4545

4646
- name: Build the documentation
4747
run: sh misc/build-docs.sh

.github/workflows/release-branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Install Node
6767
uses: actions/[email protected]
6868
with:
69-
node-version: 22
69+
node-version: 24
7070

7171
- name: Install Localazy CLI
7272
run: npm install -g @localazy/cli

.github/workflows/translations-download.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install Node
2525
uses: actions/[email protected]
2626
with:
27-
node-version: 22
27+
node-version: 24
2828

2929
- name: Install Localazy CLI
3030
run: npm install -g @localazy/cli

.github/workflows/translations-upload.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Node
2424
uses: actions/[email protected]
2525
with:
26-
node-version: 22
26+
node-version: 24
2727

2828
- name: Install Localazy CLI
2929
run: npm install -g @localazy/cli

0 commit comments

Comments
 (0)