Skip to content

Commit 9ba1f8b

Browse files
committed
chore: template-oss-apply
1 parent 981eb29 commit 9ba1f8b

7 files changed

Lines changed: 38 additions & 32 deletions

File tree

.github/workflows/audit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
uses: actions/setup-node@v6
3131
id: node
3232
with:
33-
node-version: 24.x
34-
check-latest: contains('24.x', '.x')
33+
node-version: 26.x
34+
check-latest: contains('26.x', '.x')
3535
- name: Install Latest npm
3636
uses: ./.github/actions/install-latest-npm
3737
with:

.github/workflows/ci-release.yml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
uses: actions/setup-node@v6
5252
id: node
5353
with:
54-
node-version: 24.x
55-
check-latest: contains('24.x', '.x')
54+
node-version: 26.x
55+
check-latest: contains('26.x', '.x')
5656
- name: Install Latest npm
5757
uses: ./.github/actions/install-latest-npm
5858
with:
@@ -91,22 +91,25 @@ jobs:
9191
os: windows-latest
9292
shell: cmd
9393
node-version:
94-
- 20.17.0
95-
- 20.x
96-
- 22.9.0
94+
- 22.22.2
9795
- 22.x
96+
- 24.15.0
9897
- 24.x
98+
- 26.0.0
99+
- 26.x
99100
exclude:
100101
- platform: { name: macOS, os: macos-15-intel, shell: bash }
101-
node-version: 20.17.0
102-
- platform: { name: macOS, os: macos-15-intel, shell: bash }
103-
node-version: 20.x
104-
- platform: { name: macOS, os: macos-15-intel, shell: bash }
105-
node-version: 22.9.0
102+
node-version: 22.22.2
106103
- platform: { name: macOS, os: macos-15-intel, shell: bash }
107104
node-version: 22.x
105+
- platform: { name: macOS, os: macos-15-intel, shell: bash }
106+
node-version: 24.15.0
108107
- platform: { name: macOS, os: macos-15-intel, shell: bash }
109108
node-version: 24.x
109+
- platform: { name: macOS, os: macos-15-intel, shell: bash }
110+
node-version: 26.0.0
111+
- platform: { name: macOS, os: macos-15-intel, shell: bash }
112+
node-version: 26.x
110113
runs-on: ${{ matrix.platform.os }}
111114
defaults:
112115
run:

.github/workflows/ci.yml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
uses: actions/setup-node@v6
3535
id: node
3636
with:
37-
node-version: 24.x
38-
check-latest: contains('24.x', '.x')
37+
node-version: 26.x
38+
check-latest: contains('26.x', '.x')
3939
- name: Install Latest npm
4040
uses: ./.github/actions/install-latest-npm
4141
with:
@@ -67,22 +67,25 @@ jobs:
6767
os: windows-latest
6868
shell: cmd
6969
node-version:
70-
- 20.17.0
71-
- 20.x
72-
- 22.9.0
70+
- 22.22.2
7371
- 22.x
72+
- 24.15.0
7473
- 24.x
74+
- 26.0.0
75+
- 26.x
7576
exclude:
7677
- platform: { name: macOS, os: macos-15-intel, shell: bash }
77-
node-version: 20.17.0
78-
- platform: { name: macOS, os: macos-15-intel, shell: bash }
79-
node-version: 20.x
80-
- platform: { name: macOS, os: macos-15-intel, shell: bash }
81-
node-version: 22.9.0
78+
node-version: 22.22.2
8279
- platform: { name: macOS, os: macos-15-intel, shell: bash }
8380
node-version: 22.x
81+
- platform: { name: macOS, os: macos-15-intel, shell: bash }
82+
node-version: 24.15.0
8483
- platform: { name: macOS, os: macos-15-intel, shell: bash }
8584
node-version: 24.x
85+
- platform: { name: macOS, os: macos-15-intel, shell: bash }
86+
node-version: 26.0.0
87+
- platform: { name: macOS, os: macos-15-intel, shell: bash }
88+
node-version: 26.x
8689
runs-on: ${{ matrix.platform.os }}
8790
defaults:
8891
run:

.github/workflows/post-dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
uses: actions/setup-node@v6
2929
id: node
3030
with:
31-
node-version: 24.x
32-
check-latest: contains('24.x', '.x')
31+
node-version: 26.x
32+
check-latest: contains('26.x', '.x')
3333
- name: Install Latest npm
3434
uses: ./.github/actions/install-latest-npm
3535
with:

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
uses: actions/setup-node@v6
3535
id: node
3636
with:
37-
node-version: 24.x
38-
check-latest: contains('24.x', '.x')
37+
node-version: 26.x
38+
check-latest: contains('26.x', '.x')
3939
- name: Install Latest npm
4040
uses: ./.github/actions/install-latest-npm
4141
with:

.github/workflows/release-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
uses: actions/setup-node@v6
4646
id: node
4747
with:
48-
node-version: 24.x
49-
check-latest: contains('24.x', '.x')
48+
node-version: 26.x
49+
check-latest: contains('26.x', '.x')
5050
- name: Install Latest npm
5151
uses: ./.github/actions/install-latest-npm
5252
with:

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
uses: actions/setup-node@v6
4040
id: node
4141
with:
42-
node-version: 24.x
43-
check-latest: contains('24.x', '.x')
42+
node-version: 26.x
43+
check-latest: contains('26.x', '.x')
4444
- name: Install Latest npm
4545
uses: ./.github/actions/install-latest-npm
4646
with:
@@ -119,8 +119,8 @@ jobs:
119119
uses: actions/setup-node@v6
120120
id: node
121121
with:
122-
node-version: 24.x
123-
check-latest: contains('24.x', '.x')
122+
node-version: 26.x
123+
check-latest: contains('26.x', '.x')
124124
- name: Install Latest npm
125125
uses: ./.github/actions/install-latest-npm
126126
with:

0 commit comments

Comments
 (0)