Skip to content

Commit 8aee95d

Browse files
author
Michael Smith
committed
chore: template-oss-apply
1 parent b006183 commit 8aee95d

9 files changed

Lines changed: 186 additions & 79 deletions

File tree

.github/workflows/audit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
shell: bash
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v6
2525
- name: Setup Git User
2626
run: |
2727
git config --global user.email "npm-cli+bot@github.com"
2828
git config --global user.name "npm CLI robot"
2929
- name: Setup Node
30-
uses: actions/setup-node@v4
30+
uses: actions/setup-node@v6
3131
id: node
3232
with:
3333
node-version: 22.x

.github/workflows/ci-cli.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
shell: bash
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v6
3333
- name: Setup Git User
3434
run: |
3535
git config --global user.email "npm-cli+bot@github.com"
3636
git config --global user.name "npm CLI robot"
3737
- name: Setup Node
38-
uses: actions/setup-node@v4
38+
uses: actions/setup-node@v6
3939
id: node
4040
with:
4141
node-version: 22.x
@@ -68,13 +68,13 @@ jobs:
6868
shell: ${{ matrix.platform.shell }}
6969
steps:
7070
- name: Checkout
71-
uses: actions/checkout@v4
71+
uses: actions/checkout@v6
7272
- name: Setup Git User
7373
run: |
7474
git config --global user.email "npm-cli+bot@github.com"
7575
git config --global user.name "npm CLI robot"
7676
- name: Setup Node
77-
uses: actions/setup-node@v4
77+
uses: actions/setup-node@v6
7878
id: node
7979
with:
8080
node-version: ${{ matrix.node-version }}

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
shell: bash
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v6
3333
- name: Setup Git User
3434
run: |
3535
git config --global user.email "npm-cli+bot@github.com"
3636
git config --global user.name "npm CLI robot"
3737
- name: Setup Node
38-
uses: actions/setup-node@v4
38+
uses: actions/setup-node@v6
3939
id: node
4040
with:
4141
node-version: 22.x
@@ -68,13 +68,13 @@ jobs:
6868
shell: ${{ matrix.platform.shell }}
6969
steps:
7070
- name: Checkout
71-
uses: actions/checkout@v4
71+
uses: actions/checkout@v6
7272
- name: Setup Git User
7373
run: |
7474
git config --global user.email "npm-cli+bot@github.com"
7575
git config --global user.name "npm CLI robot"
7676
- name: Setup Node
77-
uses: actions/setup-node@v4
77+
uses: actions/setup-node@v6
7878
id: node
7979
with:
8080
node-version: ${{ matrix.node-version }}
@@ -105,13 +105,13 @@ jobs:
105105
shell: ${{ matrix.platform.shell }}
106106
steps:
107107
- name: Checkout
108-
uses: actions/checkout@v4
108+
uses: actions/checkout@v6
109109
- name: Setup Git User
110110
run: |
111111
git config --global user.email "npm-cli+bot@github.com"
112112
git config --global user.name "npm CLI robot"
113113
- name: Setup Node
114-
uses: actions/setup-node@v4
114+
uses: actions/setup-node@v6
115115
id: node
116116
with:
117117
node-version: ${{ matrix.node-version }}

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
security-events: write
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v6
3030
- name: Setup Git User
3131
run: |
3232
git config --global user.email "npm-cli+bot@github.com"

.github/workflows/post-dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717
shell: bash
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v6
2121
with:
2222
ref: ${{ github.event.pull_request.head.ref }}
2323
- name: Setup Git User
2424
run: |
2525
git config --global user.email "npm-cli+bot@github.com"
2626
git config --global user.name "npm CLI robot"
2727
- name: Setup Node
28-
uses: actions/setup-node@v4
28+
uses: actions/setup-node@v6
2929
id: node
3030
with:
3131
node-version: 22.x

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
shell: bash
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v6
2727
- name: Setup Git User
2828
run: |
2929
git config --global user.email "npm-cli+bot@github.com"
3030
git config --global user.name "npm CLI robot"
3131
- name: Setup Node
32-
uses: actions/setup-node@v4
32+
uses: actions/setup-node@v6
3333
id: node
3434
with:
3535
node-version: 22.x

.github/workflows/update-cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
shell: bash
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v6
2525
- name: Setup Git User
2626
run: |
2727
git config --global user.email "npm-cli+bot@github.com"
2828
git config --global user.name "npm CLI robot"
2929
- name: Setup Node
30-
uses: actions/setup-node@v4
30+
uses: actions/setup-node@v6
3131
id: node
3232
with:
3333
node-version: 22.x

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"templateOSS": {
4242
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
43-
"version": "4.30.0",
43+
"version": "5.0.0",
4444
"content": "./scripts/template-oss"
4545
},
4646
"files": [

0 commit comments

Comments
 (0)