Skip to content

Commit a40a70a

Browse files
Fix build 20250427 (#1851)
* vite typescript * vite typescript * vite typescript * vite typescript * vite typescript * vite typescript * vite typescript * Remove email rules * Replace icon with svg * Fixed build --------- Co-authored-by: dilesoft <dilesoft@gmail.com>
1 parent 574ee9a commit a40a70a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
publish-config:
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-22.04
1919

2020
strategy:
2121
matrix:

.github/workflows/test-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ${{ matrix.os }}
6767
strategy:
6868
matrix:
69-
node-version: [18.x, 20.x]
69+
node-version: [18.x, 20.x, 22.x]
7070
os: [ubuntu-latest, windows-latest, macos-latest]
7171

7272
steps:

0 commit comments

Comments
 (0)