Skip to content

Commit 7d005df

Browse files
owlstronautwraithgar
authored andcommitted
chore: template-oss apply fix
1 parent de558cb commit 7d005df

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

.github/workflows/ci-release.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,20 +88,17 @@ jobs:
8888
os: macos-13
8989
shell: bash
9090
node-version:
91-
- 18.17.0
92-
- 18.x
93-
- 20.5.0
91+
- 20.17.0
9492
- 20.x
93+
- 22.9.0
9594
- 22.x
9695
exclude:
9796
- platform: { name: macOS, os: macos-13, shell: bash }
98-
node-version: 18.17.0
99-
- platform: { name: macOS, os: macos-13, shell: bash }
100-
node-version: 18.x
101-
- platform: { name: macOS, os: macos-13, shell: bash }
102-
node-version: 20.5.0
97+
node-version: 20.17.0
10398
- platform: { name: macOS, os: macos-13, shell: bash }
10499
node-version: 20.x
100+
- platform: { name: macOS, os: macos-13, shell: bash }
101+
node-version: 22.9.0
105102
- platform: { name: macOS, os: macos-13, shell: bash }
106103
node-version: 22.x
107104
runs-on: ${{ matrix.platform.os }}

.github/workflows/ci.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,20 +64,17 @@ jobs:
6464
os: macos-13
6565
shell: bash
6666
node-version:
67-
- 18.17.0
68-
- 18.x
69-
- 20.5.0
67+
- 20.17.0
7068
- 20.x
69+
- 22.9.0
7170
- 22.x
7271
exclude:
7372
- platform: { name: macOS, os: macos-13, shell: bash }
74-
node-version: 18.17.0
75-
- platform: { name: macOS, os: macos-13, shell: bash }
76-
node-version: 18.x
77-
- platform: { name: macOS, os: macos-13, shell: bash }
78-
node-version: 20.5.0
73+
node-version: 20.17.0
7974
- platform: { name: macOS, os: macos-13, shell: bash }
8075
node-version: 20.x
76+
- platform: { name: macOS, os: macos-13, shell: bash }
77+
node-version: 22.9.0
8178
- platform: { name: macOS, os: macos-13, shell: bash }
8279
node-version: 22.x
8380
runs-on: ${{ matrix.platform.os }}

0 commit comments

Comments
 (0)