Skip to content

Commit 426174d

Browse files
authored
Feat/lightningcss (#6427)
* Added lightning css for minification of css * Added esbuild for minification * Upgraded to Node 22 * Fixed. * Temporary change branch * Rebased changes.
1 parent b376688 commit 426174d

File tree

8 files changed

+5379
-3996
lines changed

8 files changed

+5379
-3996
lines changed

.github/workflows/backend-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
node: [18, 20, 21]
27+
node: [18, 20, 22]
2828
steps:
2929
-
3030
name: Checkout repository
@@ -81,7 +81,7 @@ jobs:
8181
strategy:
8282
fail-fast: false
8383
matrix:
84-
node: [18, 20, 21]
84+
node: [18, 20, 22]
8585
steps:
8686
-
8787
name: Checkout repository
@@ -211,7 +211,7 @@ jobs:
211211
-
212212
uses: actions/setup-node@v4
213213
with:
214-
node-version: 21
214+
node-version: 22
215215
- uses: pnpm/action-setup@v4
216216
name: Install pnpm
217217
with:

.github/workflows/frontend-admin-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
node: [20, 21]
21+
node: [20, 22]
2222

2323
steps:
2424
-

.github/workflows/frontend-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
-
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: 21
29+
node-version: 22
3030
- uses: pnpm/action-setup@v4
3131
name: Install pnpm
3232
with:
@@ -92,7 +92,7 @@ jobs:
9292
uses: actions/checkout@v4
9393
- uses: actions/setup-node@v4
9494
with:
95-
node-version: 21
95+
node-version: 22
9696
- uses: pnpm/action-setup@v4
9797
name: Install pnpm
9898
with:
@@ -159,7 +159,7 @@ jobs:
159159
-
160160
uses: actions/setup-node@v4
161161
with:
162-
node-version: 21
162+
node-version: 22
163163
- uses: pnpm/action-setup@v4
164164
name: Install pnpm
165165
with:

.github/workflows/upgrade-from-latest-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
node: [18, 20, 21]
27+
node: [18, 20, 22]
2828
steps:
2929
-
3030
name: Check out latest release
3131
uses: actions/checkout@v4
3232
with:
33-
ref: master
33+
ref: develop #FIXME change to master when doing release
3434
-
3535
uses: actions/setup-node@v4
3636
with:

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
-
3535
uses: actions/setup-node@v4
3636
with:
37-
node-version: 21
37+
node-version: 22
3838
- uses: pnpm/action-setup@v4
3939
name: Install pnpm
4040
with:

0 commit comments

Comments
 (0)