@npmcli/template-oss 4.28.1 → 4.29.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,7 +12,7 @@ strategy:
12
12
  os: macos-latest
13
13
  shell: bash
14
14
  - name: macOS
15
- os: macos-13
15
+ os: macos-15-intel
16
16
  shell: bash
17
17
  {{/if}}
18
18
  {{#if windowsCI}}
@@ -27,7 +27,8 @@ strategy:
27
27
  {{#if macCI}}
28
28
  exclude:
29
29
  {{#each ciVersions}}
30
- - platform: {name: macOS, os: macos-{{#if (lte (semverRangeMajor .) 14)}}latest{{else}}13{{/if}}, shell: bash}
30
+ {{!-- M1 macs do not have builds of node 14 and below --}}
31
+ - platform: {name: macOS, os: {{#if (lte (semverRangeMajor .) 14)}}macos-latest{{else}}macos-15-intel{{/if}}, shell: bash}
31
32
  node-version: {{ . }}
32
33
  {{/each}}
33
34
  {{/if}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npmcli/template-oss",
3
- "version": "4.28.1",
3
+ "version": "4.29.0",
4
4
  "description": "templated files used in npm CLI team oss projects",
5
5
  "main": "lib/content/index.js",
6
6
  "bin": {
@@ -34,7 +34,7 @@
34
34
  "author": "GitHub Inc.",
35
35
  "license": "ISC",
36
36
  "dependencies": {
37
- "@actions/core": "^1.9.1",
37
+ "@actions/core": "^2.0.0",
38
38
  "@commitlint/cli": "^20.1.0",
39
39
  "@commitlint/config-conventional": "^20.0.0",
40
40
  "@isaacs/string-locale-compare": "^1.1.0",