Skip to content

Commit f2dd012

Browse files
committed
chore: template-oss-apply
1 parent 29a6e2c commit f2dd012

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

.github/workflows/ci-release.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -87,21 +87,15 @@ jobs:
8787
os: windows-latest
8888
shell: cmd
8989
node-version:
90-
- 14.17.0
91-
- 14.x
92-
- 16.13.0
90+
- 16.14.0
9391
- 16.x
9492
- 18.0.0
9593
- 18.x
9694
- 20.x
9795
- 22.x
9896
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
10397
- platform: { name: macOS, os: macos-13, shell: bash }
104-
node-version: 16.13.0
98+
node-version: 16.14.0
10599
- platform: { name: macOS, os: macos-13, shell: bash }
106100
node-version: 16.x
107101
- platform: { name: macOS, os: macos-13, shell: bash }

.github/workflows/ci.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,21 +64,15 @@ jobs:
6464
os: windows-latest
6565
shell: cmd
6666
node-version:
67-
- 14.17.0
68-
- 14.x
69-
- 16.13.0
67+
- 16.14.0
7068
- 16.x
7169
- 18.0.0
7270
- 18.x
7371
- 20.x
7472
- 22.x
7573
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
8074
- platform: { name: macOS, os: macos-13, shell: bash }
81-
node-version: 16.13.0
75+
node-version: 16.14.0
8276
- platform: { name: macOS, os: macos-13, shell: bash }
8377
node-version: 16.x
8478
- platform: { name: macOS, os: macos-13, shell: bash }

0 commit comments

Comments
 (0)