Skip to content

Commit 120968b

Browse files
authored
deps: @npmcli/[email protected] (#840)
1 parent a29faa5 commit 120968b

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
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
@@ -108,13 +108,13 @@ jobs:
108108
node-version: 12.x
109109
- platform: { name: macOS, os: macos-latest, shell: bash }
110110
node-version: 14.x
111-
- platform: { name: macOS, os: macos-13, shell: bash }
111+
- platform: { name: macOS, os: macos-15-intel, shell: bash }
112112
node-version: 16.x
113-
- platform: { name: macOS, os: macos-13, shell: bash }
113+
- platform: { name: macOS, os: macos-15-intel, shell: bash }
114114
node-version: 18.x
115-
- platform: { name: macOS, os: macos-13, shell: bash }
115+
- platform: { name: macOS, os: macos-15-intel, shell: bash }
116116
node-version: 20.x
117-
- platform: { name: macOS, os: macos-13, shell: bash }
117+
- platform: { name: macOS, os: macos-15-intel, shell: bash }
118118
node-version: 22.x
119119
runs-on: ${{ matrix.platform.os }}
120120
defaults:

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
os: macos-latest
6363
shell: bash
6464
- name: macOS
65-
os: macos-13
65+
os: macos-15-intel
6666
shell: bash
6767
- name: Windows
6868
os: windows-latest
@@ -85,13 +85,13 @@ jobs:
8585
node-version: 12.x
8686
- platform: { name: macOS, os: macos-latest, shell: bash }
8787
node-version: 14.x
88-
- platform: { name: macOS, os: macos-13, shell: bash }
88+
- platform: { name: macOS, os: macos-15-intel, shell: bash }
8989
node-version: 16.x
90-
- platform: { name: macOS, os: macos-13, shell: bash }
90+
- platform: { name: macOS, os: macos-15-intel, shell: bash }
9191
node-version: 18.x
92-
- platform: { name: macOS, os: macos-13, shell: bash }
92+
- platform: { name: macOS, os: macos-15-intel, shell: bash }
9393
node-version: 20.x
94-
- platform: { name: macOS, os: macos-13, shell: bash }
94+
- platform: { name: macOS, os: macos-15-intel, shell: bash }
9595
node-version: 22.x
9696
runs-on: ${{ matrix.platform.os }}
9797
defaults:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@npmcli/eslint-config": "^6.0.0",
18-
"@npmcli/template-oss": "4.28.1",
18+
"@npmcli/template-oss": "4.29.0",
1919
"benchmark": "^2.1.4",
2020
"tap": "^16.0.0"
2121
},
@@ -52,7 +52,7 @@
5252
"author": "GitHub Inc.",
5353
"templateOSS": {
5454
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
55-
"version": "4.28.1",
55+
"version": "4.29.0",
5656
"engines": ">=10",
5757
"distPaths": [
5858
"classes/",

0 commit comments

Comments
 (0)