Skip to content

Commit 60a396a

Browse files
committedSep 26, 2024
chore: run template-oss-apply
1 parent 93d71a6 commit 60a396a

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed
 

‎.github/workflows/ci-release.yml

+5-8
Original file line numberDiff line numberDiff line change
@@ -87,21 +87,18 @@ jobs:
8787
os: windows-latest
8888
shell: cmd
8989
node-version:
90-
- 16.14.0
91-
- 16.x
92-
- 18.0.0
90+
- 18.17.0
9391
- 18.x
92+
- 20.5.0
9493
- 20.x
9594
- 22.x
9695
exclude:
9796
- platform: { name: macOS, os: macos-13, shell: bash }
98-
node-version: 16.14.0
99-
- platform: { name: macOS, os: macos-13, shell: bash }
100-
node-version: 16.x
101-
- platform: { name: macOS, os: macos-13, shell: bash }
102-
node-version: 18.0.0
97+
node-version: 18.17.0
10398
- platform: { name: macOS, os: macos-13, shell: bash }
10499
node-version: 18.x
100+
- platform: { name: macOS, os: macos-13, shell: bash }
101+
node-version: 20.5.0
105102
- platform: { name: macOS, os: macos-13, shell: bash }
106103
node-version: 20.x
107104
- platform: { name: macOS, os: macos-13, shell: bash }

‎.github/workflows/ci.yml

+5-8
Original file line numberDiff line numberDiff line change
@@ -64,21 +64,18 @@ jobs:
6464
os: windows-latest
6565
shell: cmd
6666
node-version:
67-
- 16.14.0
68-
- 16.x
69-
- 18.0.0
67+
- 18.17.0
7068
- 18.x
69+
- 20.5.0
7170
- 20.x
7271
- 22.x
7372
exclude:
7473
- platform: { name: macOS, os: macos-13, shell: bash }
75-
node-version: 16.14.0
76-
- platform: { name: macOS, os: macos-13, shell: bash }
77-
node-version: 16.x
78-
- platform: { name: macOS, os: macos-13, shell: bash }
79-
node-version: 18.0.0
74+
node-version: 18.17.0
8075
- platform: { name: macOS, os: macos-13, shell: bash }
8176
node-version: 18.x
77+
- platform: { name: macOS, os: macos-13, shell: bash }
78+
node-version: 20.5.0
8279
- platform: { name: macOS, os: macos-13, shell: bash }
8380
node-version: 20.x
8481
- platform: { name: macOS, os: macos-13, shell: bash }

0 commit comments

Comments
 (0)
Please sign in to comment.