Skip to content

Commit a90eaa2

Browse files
committed
chore: run template-oss-apply
1 parent eaddea9 commit a90eaa2

File tree

2 files changed

+10
-28
lines changed

2 files changed

+10
-28
lines changed

.github/workflows/ci-release.yml

+5-14
Original file line numberDiff line numberDiff line change
@@ -87,27 +87,18 @@ jobs:
8787
os: windows-latest
8888
shell: cmd
8989
node-version:
90-
- 14.17.0
91-
- 14.x
92-
- 16.13.0
93-
- 16.x
94-
- 18.0.0
90+
- 18.17.0
9591
- 18.x
92+
- 20.5.0
9693
- 20.x
9794
- 22.x
9895
exclude:
99-
- platform: { name: macOS, os: macos-latest, shell: bash }
100-
node-version: 14.17.0
101-
- platform: { name: macOS, os: macos-latest, shell: bash }
102-
node-version: 14.x
10396
- platform: { name: macOS, os: macos-13, shell: bash }
104-
node-version: 16.13.0
105-
- platform: { name: macOS, os: macos-13, shell: bash }
106-
node-version: 16.x
107-
- platform: { name: macOS, os: macos-13, shell: bash }
108-
node-version: 18.0.0
97+
node-version: 18.17.0
10998
- platform: { name: macOS, os: macos-13, shell: bash }
11099
node-version: 18.x
100+
- platform: { name: macOS, os: macos-13, shell: bash }
101+
node-version: 20.5.0
111102
- platform: { name: macOS, os: macos-13, shell: bash }
112103
node-version: 20.x
113104
- platform: { name: macOS, os: macos-13, shell: bash }

.github/workflows/ci.yml

+5-14
Original file line numberDiff line numberDiff line change
@@ -64,27 +64,18 @@ jobs:
6464
os: windows-latest
6565
shell: cmd
6666
node-version:
67-
- 14.17.0
68-
- 14.x
69-
- 16.13.0
70-
- 16.x
71-
- 18.0.0
67+
- 18.17.0
7268
- 18.x
69+
- 20.5.0
7370
- 20.x
7471
- 22.x
7572
exclude:
76-
- platform: { name: macOS, os: macos-latest, shell: bash }
77-
node-version: 14.17.0
78-
- platform: { name: macOS, os: macos-latest, shell: bash }
79-
node-version: 14.x
8073
- platform: { name: macOS, os: macos-13, shell: bash }
81-
node-version: 16.13.0
82-
- platform: { name: macOS, os: macos-13, shell: bash }
83-
node-version: 16.x
84-
- platform: { name: macOS, os: macos-13, shell: bash }
85-
node-version: 18.0.0
74+
node-version: 18.17.0
8675
- platform: { name: macOS, os: macos-13, shell: bash }
8776
node-version: 18.x
77+
- platform: { name: macOS, os: macos-13, shell: bash }
78+
node-version: 20.5.0
8879
- platform: { name: macOS, os: macos-13, shell: bash }
8980
node-version: 20.x
9081
- platform: { name: macOS, os: macos-13, shell: bash }

0 commit comments

Comments
 (0)