Skip to content

Commit 449dde8

Browse files
authored
Merge pull request #222 from mintlayer/dev
Dev-09-07-2025
2 parents b297480 + 47fced6 commit 449dde8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+7538
-5923
lines changed

.babelrc

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/workflows/node.js.yml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [18.x]
19-
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
18+
node-version: [22.x]
2019

2120
steps:
22-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2322
- name: Use Node.js ${{ matrix.node-version }}
24-
uses: actions/setup-node@v3
23+
uses: actions/setup-node@v4
2524
with:
2625
node-version: ${{ matrix.node-version }}
2726
- name: Intall Deps
@@ -35,13 +34,12 @@ jobs:
3534
- name: Build
3635
run: npm run build --if-present
3736
# Run E2E tests with Playwright
38-
- name: Install Playwright Browsers
39-
run: npx playwright install chromium --with-deps
40-
- name: Run Playwright tests
41-
run: npx playwright test
42-
- uses: actions/upload-artifact@v4
43-
if: always()
44-
with:
45-
name: playwright-report
46-
path: playwright-report/
47-
retention-days: 30
37+
# - name: Install Playwright Browsers
38+
# run: npx playwright install --with-deps
39+
# - name: Run Playwright tests
40+
# run: npx playwright test --workers=5
41+
# - uses: actions/upload-artifact@v4
42+
# with:
43+
# name: playwright-report
44+
# path: playwright-report/
45+
# retention-days: 30

0 commit comments

Comments
 (0)