Skip to content

Commit 8ac1fdb

Browse files
committed
chore: run template-oss-apply
1 parent a0ea10b commit 8ac1fdb

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.github/workflows/ci-release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,18 @@ jobs:
8787
os: windows-latest
8888
shell: cmd
8989
node-version:
90-
- 18.0.0
90+
- 18.17.0
9191
- 18.x
92+
- 20.5.0
9293
- 20.x
9394
- 22.x
9495
exclude:
9596
- platform: { name: macOS, os: macos-13, shell: bash }
96-
node-version: 18.0.0
97+
node-version: 18.17.0
9798
- platform: { name: macOS, os: macos-13, shell: bash }
9899
node-version: 18.x
100+
- platform: { name: macOS, os: macos-13, shell: bash }
101+
node-version: 20.5.0
99102
- platform: { name: macOS, os: macos-13, shell: bash }
100103
node-version: 20.x
101104
- platform: { name: macOS, os: macos-13, shell: bash }

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,18 @@ jobs:
6464
os: windows-latest
6565
shell: cmd
6666
node-version:
67-
- 18.0.0
67+
- 18.17.0
6868
- 18.x
69+
- 20.5.0
6970
- 20.x
7071
- 22.x
7172
exclude:
7273
- platform: { name: macOS, os: macos-13, shell: bash }
73-
node-version: 18.0.0
74+
node-version: 18.17.0
7475
- platform: { name: macOS, os: macos-13, shell: bash }
7576
node-version: 18.x
77+
- platform: { name: macOS, os: macos-13, shell: bash }
78+
node-version: 20.5.0
7679
- platform: { name: macOS, os: macos-13, shell: bash }
7780
node-version: 20.x
7881
- platform: { name: macOS, os: macos-13, shell: bash }

0 commit comments

Comments
 (0)