Skip to content

Commit 9b87def

Browse files
committed
ci: add node@25.x
1 parent 10561d9 commit 9b87def

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.github/workflows/build-demos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [16.x, 18.x, 20.x, 21.x, 22.x, 23.x, 24.x]
15+
node-version: [16.x, 18.x, 20.x, 21.x, 22.x, 23.x, 24.x, 25.x]
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -52,4 +52,4 @@ jobs:
5252
working-directory: ./demos/with-vue2.6
5353
run: |
5454
pnpm install --no-frozen-lockfile
55-
pnpm run build
55+
pnpm run build

.github/workflows/build-electron-mac.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [18.x, 20.x, 21.x, 22.x, 23.x, 24.x]
15+
node-version: [18.x, 20.x, 21.x, 22.x, 23.x, 24.x, 25.x]
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -28,4 +28,4 @@ jobs:
2828
working-directory: ./demos/with-electron
2929
run: |
3030
pnpm install --no-frozen-lockfile
31-
pnpm run build
31+
pnpm run build

.github/workflows/build-nextjs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [18.x, 20.x, 21.x, 22.x, 23.x, 24.x]
15+
node-version: [18.x, 20.x, 21.x, 22.x, 23.x, 24.x, 25.x]
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -29,4 +29,3 @@ jobs:
2929
run: |
3030
pnpm install --no-frozen-lockfile
3131
pnpm run build
32-

.github/workflows/build-uniapp-vue3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [18.x, 20.x, 21.x, 22.x, 23.x, 24.x] # node>=18.x
15+
node-version: [18.x, 20.x, 21.x, 22.x, 23.x, 24.x, 25.x] # node>=18.x
1616

1717
steps:
1818
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)