Skip to content

Commit f53d44e

Browse files
committed
chore: postinstall for dependabot template-oss PR
1 parent c5de038 commit f53d44e

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/ci-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
os: macos-latest
8686
shell: bash
8787
- name: macOS
88-
os: macos-13
88+
os: macos-15-intel
8989
shell: bash
9090
- name: Windows
9191
os: windows-latest
@@ -96,13 +96,13 @@ jobs:
9696
- 22.9.0
9797
- 22.x
9898
exclude:
99-
- platform: { name: macOS, os: macos-13, shell: bash }
99+
- platform: { name: macOS, os: macos-15-intel, shell: bash }
100100
node-version: 20.17.0
101-
- platform: { name: macOS, os: macos-13, shell: bash }
101+
- platform: { name: macOS, os: macos-15-intel, shell: bash }
102102
node-version: 20.x
103-
- platform: { name: macOS, os: macos-13, shell: bash }
103+
- platform: { name: macOS, os: macos-15-intel, shell: bash }
104104
node-version: 22.9.0
105-
- platform: { name: macOS, os: macos-13, shell: bash }
105+
- platform: { name: macOS, os: macos-15-intel, shell: bash }
106106
node-version: 22.x
107107
runs-on: ${{ matrix.platform.os }}
108108
defaults:

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
os: macos-latest
6262
shell: bash
6363
- name: macOS
64-
os: macos-13
64+
os: macos-15-intel
6565
shell: bash
6666
- name: Windows
6767
os: windows-latest
@@ -72,13 +72,13 @@ jobs:
7272
- 22.9.0
7373
- 22.x
7474
exclude:
75-
- platform: { name: macOS, os: macos-13, shell: bash }
75+
- platform: { name: macOS, os: macos-15-intel, shell: bash }
7676
node-version: 20.17.0
77-
- platform: { name: macOS, os: macos-13, shell: bash }
77+
- platform: { name: macOS, os: macos-15-intel, shell: bash }
7878
node-version: 20.x
79-
- platform: { name: macOS, os: macos-13, shell: bash }
79+
- platform: { name: macOS, os: macos-15-intel, shell: bash }
8080
node-version: 22.9.0
81-
- platform: { name: macOS, os: macos-13, shell: bash }
81+
- platform: { name: macOS, os: macos-15-intel, shell: bash }
8282
node-version: 22.x
8383
runs-on: ${{ matrix.platform.os }}
8484
defaults:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"templateOSS": {
4949
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
50-
"version": "4.29.0",
50+
"version": "4.30.0",
5151
"publish": "true"
5252
},
5353
"tap": {

0 commit comments

Comments
 (0)